-
Similar to sphinx-autodoc
- [Developing extensions for Sphinx](http://www.sphinx-doc.org/en/stable/extdev/)
- [Autodoc Documentation](http://www.sphinx-doc.org/en/stable/ext/autodoc.html#module-sp…
-
### Describe the bug
Referencing a method defined in the parent class from a child class with `` :meth:`x` `` does not work.
It looks as it should but there is no link.
As a workaround it is poss…
erzoe updated
2 months ago
-
i'm having a strange issue where importing a method from a lib that had a "from Qt import QtWidgets " line, crashes sphinx with out error....
my rst file was the following auto module settings...
…
-
Not a duplicate of #790
```
[plotting ][0m39;49;00m File "sage/libs/mpmath/utils.pyx", line 443, in sage.libs.mpmath.utils.call (/var/tmp/portage/sci-mathematics/sagemath-standard-10.4-r1/work/sa…
-
Sphinx autodoc uses `autodoc_mock_imports` to, well, mock imports.
Trying to mock modules with `MagicMock` causes them to be excluded from the compiled docs, see https://github.com/sphinx-doc/sphi…
-
https://pypi.org/project/sphinx-autodoc-typehints/
Instead of
```python
def format_unit(value, unit):
"""
Formats the given value as a human readable string using the given units.
…
-
As far as I can see, the tutorial does not include instructions on how to enable the autodoc extension for Sphinx in the first place. The file `conf.py` has to include `extensions = ['sphinx.ext.autod…
-
**Description:** When running `make html`, Sphinx autoclass can't find the `gerpythonformat.CommonConfig` modules anymore, so they aren't rendered and errors like the following are thrown:
`WARNING…
-
# Description
In PR #313 an new Sphinx autodoc extension was added by @huard. This extension generates a nicely formatted Sphinx documentation of a PyWPS process.
This extension relies on Sphin…
-
* [ ] The instructions in README about docs building are incomplete:
```
$ make html
sphinx-build -b html -d _build/doctrees . _build/html
make: sphinx-build: Command not found
Makefile:53: r…