-
There are too many deficiencies with gollum (github's version of Wiki), in combination with sphinx.
- sphinx does not generate a _Sidebar.md, you have to rename the index.md into _Sidebar.md
- gol…
-
We get the following failure with Sphinx >=8:
```
$ sphinx-build -b html -v -n -d ../build_doc/doctrees -c ../docs -D latex_elements.papersize=a4 . ../build_doc/html
Running Sphinx v8.1.2
loadin…
-
Hey,
If I use this extension with the below list, I get this error
`
TypeError("make_toctree() got an unexpected keyword argument 'titles_only'")
`
Environment
* Python 3.7.1
* Sphinx 4.0.2…
-
@asmeurer commented elsewhere:
> ... a helpful tip for anyone working on the Sphinx docs. The following temporary change will make the docs build a lot faster
```diff
diff --git a/doc/src/conf.…
-
**Is your feature request related to a problem? Please describe.**
Autodoc throws warnings when it cannot import modules it is supposed to document. If the overall Sphinx build succeeds, these module…
-
## Description
sphinx autoenum does not work with Sphinx 7.2+.
We get:
```
updating environment: [new config] 1 added, 0 changed, 0 removed
/Users/adam/.virtualenvs/enum_example/lib/python3…
-
```console
[tkloczko@barrel scons-4.1.0]$ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
running build_sphinx
Running Sphinx v4.0.3
making output directory... done
WARNING…
-
The [`autodoc_typehints`](https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_typehints) setting lets you put the type hints in the parameter list instead of the signatu…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
This problem seems happening with sphinx.automodule and autodoc. People solve it with [this](https://autodoc-pydantic.readthedocs.io/en/stable/users/installation.html) library. However, I am not sure …