wsme/wsmeext
Rafael Weingärtner a45e0af97e Fix code to work with Sphinx>5.0
The patch [1] introduced the use of Sphinx 6.2.1, which has some
incompatibilities with the current code base.

As we can see in [2], the `no_docstring` argument of
`sphinx.ext.autodoc.Documenter.add_content()` was removed. It was
already not used in our code base, therefore, we can remove its
usage without any issues.

[1] 289feed317
[2] https://www.sphinx-doc.org/en/master/extdev/deprecated.html#dev-deprecated-apis

Change-Id: I65c2bd535fe366933e9aaf842ee9b953c5af375b
2023-09-04 13:40:49 -03:00
..
__init__.py Moved non-core features to the wsmeext namespace package 2013-01-17 13:15:25 +01:00
flask.py Remove useless __future__ imports 2021-07-26 17:37:49 +01:00
pecan.py Remove useless __future__ imports 2021-07-26 17:37:49 +01:00
sphinxext.py Fix code to work with Sphinx>5.0 2023-09-04 13:40:49 -03:00