-
**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…
-
Could you clarify where to find API documentation? I understand that the GitHub Wiki is the main source of documentation for the project. However, I was unable to easily locate API documentation (i.e.…
-
# 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…
-
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.
…
-
In my `conf.py` I have:
```python
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
'sphinx.ext.extlinks',
]
# Example configuration fo…
-
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…
-
Question from @sergei-maertens via slack:
> https://odrc.readthedocs.io/en/latest/installation/config.html -> this is auto-generated via the management command from OAF. is there a way to exclude s…
-
After upgrading to Sphinx 1.8.5 in #26451, Sphinx's function `formatargspec` is deprecated, so we should not use anymore it in `src/sage_setup/docbuild/ext/sage_autodoc.py`.
The deprecation warning…
-
@umarcor @LarsAsplund @JimLewis @eine @suzizecat @Paebbels @nfrancque I have been talking a bit with @qarlosalberto about potentially creating a sphinx builder/autodoc plugin for HDL, although I'm mor…
-
### 🔍 Before submitting the issue
- [x] I have searched among the existing issues
- [x] I am using a Python virtual environment
### 🐞 Description of the bug
Our CI fails when upgrading the sphinx t…