Experimental Sphinx Extensions.
Tests | |
---|---|
Activity | |
QA | |
Other |
sphinx-toolbox-experimental
can be installed from GitHub.
To install with pip
:
$ python -m pip install git+https://github.com/sphinx-toolbox/sphinx-toolbox-experimental
Sphinx extension to allow customisation of column widths in autosummary tables with the LaTeX builder.
Sphinx extension which generates a changelog from versionadded
and versionchanged
directives.
The changelog can be added with the changelog
directive. The directive takes a single argument, the version number to display the changelog for.
Sphinx extension which ignores warnings about certain XRefs being unresolved.
The warnings to ignore are determined by a list of patterns (for re.match
) defined in the ignore_missing_xrefs
option in conf.py
.
Sphinx extension which configures the LaTeX needspace
package.
The default is to add \needspace{5\baselineskip}
before each addnodes.desc
node (i.e. a function or class description).
The space can be adjusted with the needspace_amount
option in conf.py
.
Sphinx extension to add a field
directive to the rst
domain for documenting a reST directive field..
Superseded by html-section.
Superseded by sphinx_toolbox.latex.succinct_seealso.
Superseded by sphinx-packaging.peps.
Superseded by sphinx-packaging.toml.