sphinx
sphinx copied to clipboard
The Sphinx documentation generator
### Describe the bug As per documentation : > Note that if an imported member is listed in `__all__`, it will be documented regardless of the value of autosummary_imported_members. So...
**Is your feature request related to a problem? Please describe.** Currently sphinx understands to produce the documented annotations of a TypedDict subclass thanks to #7486 TypedDict subclasses can themselves be...
Subject: enable listing inherited members of `TypedDict` subclasses ### Feature or Bugfix - Bugfix ### Purpose - fix inherited members not showing up for subclasses of `TypedDict` ### Detail -...
### Describe the bug When building documentation, text following calls to ```.. warning::``` or ```.. note::``` stay embedded inside the warning or note box. ### How to Reproduce ``` $...
**Is your feature request related to a problem? Please describe.** If I use typehints like this, I get the same result as expected from the documentation. in code: ```python def...
### Problem In reST world, usually, we have two ways to give a label to an arbitrary node which is generated by directive. The first way is hyperlink target. And...
We previously did DNS configuration for HTTPS on `www.sphinx-doc.org` on #5522 (Fall 2018). At the time, the official ReadTheDocs documentation stated that "ReadTheDocs doesn't support naked domains.", but now it...
### Describe the bug Not a big deal, but since reporting is encouraged according to the message: On CI with 3.6: ``` Exception occurred: File "/usr/local/lib/python3.6/os.py", line 800, in fsencode...
### Describe the bug When specifying the latex engine as `latex_engine = 'xelatex'`, the generated .tex file has the following font configuration: ``` \setmainfont{FreeSerif}[ Extension = .otf, UprightFont = *,...
**Is your feature request related to a problem? Please describe.** There is no real problem, rather aesthetics. **Describe the solution you'd like** I would like to have a box around...