rstgen.sphinxconf¶
Sphinx extensions and a configure()
function used to build
the documentation trees maintained by us.
Basic extension |
|
Defines the |
|
A Sphinx extension that adds the |
|
Defines the |
|
Defines the |
|
Defines the |
|
This Sphinx extension defines the |
|
Defines the |
Functions
|
Adds to your conf.py an arbitrary series of things that all our Sphinx docs configuration files have in common. |
|
used in docs/released/index.rst |
- rstgen.sphinxconf.configure(globals_dict, project=None, conffiles=['default_conf.py'])¶
Adds to your conf.py an arbitrary series of things that all our Sphinx docs configuration files have in common.
Usage: add the following two lines at the beginning of your
conf.py
:from rstgen.sphinxconf import configure configure(globals())
Incomplete list of settings that will be set:
templates_path
extensions and extlinks are initialized but empty
master_doc = ‘index’
source_suffix = ‘.rst’
primary_domain = ‘py’
pygments_style = ‘sphinx’
version and release from SETUP_INFO
exclude_trees = [‘old’, ‘include’, ‘.build’]
Fill the Synodalsoft doctrees into
intersphinx_mapping
- rstgen.sphinxconf.version2rst(self, m)¶
used in docs/released/index.rst