sphinx
sphinx copied to clipboard
The Sphinx documentation generator
Relates to https://github.com/sphinx-doc/sphinx/pull/10028. Sphinx plans to remove jQuery and underscore JS dependencies in version 6.0.0 (i.e., eventually, there is plenty of time). This will probably break many extensions and themes...
I get a lot of warnings like ``` `WARNING: could not parse arglist ('arg: float64[:,:]'): Unable to parse Slice object` ``` as soon as I use [Transonic](https://transonic.readthedocs.io) / [Pythran](https://pythran.readthedocs.io) syntax...
Subject: more than one target found for cross reference should prefer current file's method over other libraries methods ### Problem - When building HTML of our project, Sphinx outputs cca...
My documentation [1] has thousands of doctests (lines starting with `>>>`) in hundreds of modules. 1. Can you please provide an option to display only failing tests? Currently my output...
The motivation of pull request is a documentation syntax we use in GCC docs (working on the porting): ```rst .. option:: -Wimplicit-fallthrough :option:`-Wimplicit-fallthrough` is the same as :option:`-Wimplicit-fallthrough=3` and :option:`-Wno-implicit-fallthrough`...
### Describe the bug When creating manpages with `make man`, parsed-literal secrtions end up leaking bold somehow. ### How to Reproduce ```rst EXAMPLE ======= Add a director with vhost count...
Subject: Fix typo in extrapackages example in LaTeX customization docs ### Feature or Bugfix - Bugfix ### Purpose The example in the docs for extrapackages under LaTeX customization is slightly...
Subject: Just fixing some minor typo in the configuration text
### Describe the bug Sphinx does not use the copy of `message.pot_t` in the project's `_templates` directory. ### How to Reproduce ``` $ git clone https://review.jami.net/jami-docs $ cd jami-docs $...
Subject: Add shell completions by shtab ### Feature or Bugfix - Feature ### Install ```sh cmds=(apidoc autogen build quickstart) for cmd in $cmds; do sphinx-$cmd --print-completion bash | sudo tee...