sphinx
sphinx copied to clipboard
The Sphinx documentation generator
### Describe the bug I get the exception: cannot import name 'l_' from 'sphinx.locale' message when i try to build sphinx auto api for a .Net project. I have the...
**Is your feature request related to a problem? Please describe.** My problem is the search engine is not good at finding terms that are indexed, for example: - https://docs.python.org/3/search.html?q=for should...
### Describe the bug In a project I'm working on, I have a requirement of translating the English documentation to Japanese. While working through the documentation, I was made aware...
Consider this project # Project ``` . ├── conf.py ├── foo.rst ├── bar.rst ├── index.rst └── index.rst ``` ## `index.rst` ``` Test ==== .. toctree:: :numbered: :maxdepth: 2 :caption: Numbered...
Requires #10355, #10352 This moves Sphinx's package metadata to the standards-compliant format, preserving setuptools-specific items with the `tool.setuptools` backend. ### Relates - https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
The release of 4.4.0 broke our sphinx build and I haven't been able to figure out how to fix it. The error I'm getting is this: ``` Exception occurred: File...
This issue might be an x-y problem, and there might be a better solution. Let me explain what I am trying to do first. I want to build multiple manuals...
fix more strict typing errors. the purpose of this PR is to take a few more steps towards using `strict_optional = True` or even `strict = True` in mypy's config
see #10739