sphinx
sphinx copied to clipboard
The Sphinx documentation generator
### Describe the bug Hello, I would like to use the autosummary+recusive logic to document the API of a python library. My code is inspired on [JamesALeedham](https://github.com/JamesALeedham/Sphinx-Autosummary-Recursion) example and available...
I'm working with some external libraries which have most of their common classes defined in modules nested two layers deep, so I'm repeatedly having to write things like `sympy.core.symbol.Symbol` everywhere...
Considering the following toc for index: ``` .. toctree:: a b ``` where a has: ``` .. toctree:: a1 a2 ``` and b has: ``` .. toctree:: b1 b2 ```...
### Describe the bug Escaping of curly braces in the `samp` text role was introduced in #4909, but it does not seem to be able to handle both escaped and...
This PR fixes a typo in the `KeyboardTransform` logic for `:kbd:` roles. ### Feature or Bugfix - [ ] ~~Feature~~ - [x] **Bugfix** - [ ] ~~Refactoring~~ ### Purpose Each...
### Describe the bug I am using the napoleon extension for my google-style docstrings. Since the code already has type annotations i do not want to repeat those in the...
Subject: doc: add note on unsupported include directive for source-read event content modification ### Purpose - Files included with the `include` directive have their content available in the source-read event...
### Feature or Bugfix - Bugfix ### Purpose - Adjusts the contents of the search-index provided to the client so that the browser correctly de-duplicates search results that link to...
This issue serves as a tracker for issues related to autodoc and its inhability to render types. Feel free to dump the issues you find relevant and I'll add them...
### Describe the bug When a string constant is imported, sphinx cannot find the docstring of the original definition (in the module form where it was imported). Instead, it gives...