-
As of https://github.com/sphinx-doc/sphinx/issues/3743 Sphinx no longer uses the `classmethod` or `staticmethod` objtypes, even though they are still defined by the Python domain.
I agree that the …
jbms updated
4 months ago
-
### Describe the bug
When documentation for a class decorated with the `@dataclass` decorator is generated by autodoc, the typehints are written to the class constructor signature, even if `autodoc…
-
## Description
Evaluate whether Readthedocs.io or GitBook is better suited for hosting Beckn documentation outside of the Beckn GitHub repository or the Readme.md files. This evaluation should include…
-
The docs generation in CI has an issue with the SSL version when trying to use `urllib3`.
The link to an example faulty run: https://readthedocs.org/projects/verible/builds/20425975/
Trace of th…
-
### Describe the bug
The code uses backticks, which substitutes `resultCount`. The new string is then passed to `gettext()` (`_()`).
https://github.com/sphinx-doc/sphinx/blob/b1ca6b3e120d83c9bb6…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR23780](https://bugs.llvm.org/show_bug.cgi?id=23780) |
| Status | NEW |
| Importance | P normal |
|…
-
Looks like it isn not possible to build `dask` documentation using latest sphinx 6.1.3
```console
+ /usr/bin/sphinx-build -n -T -b man docs/source build/sphinx/man
Running Sphinx v6.1.3
making…
-
### Describe the bug
Similar to this issue for latex: https://github.com/sphinx-doc/sphinx/issues/6000
When I view ``really/long/filepaths`` on mobile, they are not word wrapped, and just keep g…
-
# Doctest in Sphinx Write Up
## Find test differential and test modules not included in execution of
$ PWNLIB_NOTERM=1 make clean doctest
Sphinx = 941 vs 967 => difference of 26 tests.
Comparison o…
-
Jupyter notebook cells can produce text output that is specific to markdown (`text/markdown`). It'd be useful if MyST could parse this output along with the rest of the markdown in the notebook. This …