Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
lino.sphinxcontrib¶
Some extensions for Sphinx.
Adds Lino-specific Sphinx setup. |
|
Sets the html_logo and html_favicon for all Lino-related sites. |
|
A Sphinx extension used to write multilingual user documentation for a Lino application. |
|
Causes one or several |
Functions
|
Adds to your |
- lino.sphinxcontrib.configure(globals_dict, django_settings_module=None)¶
Adds to your
conf.py
an arbitrary series of things that all Lino docs configuration files have in common.To be called from inside the Sphinx
conf.py
file as follows:from lino.sphinxcontrib import configure configure(globals())
This configure() does not call atelier.sphinxconf.configure(). It can be used with either atelier.sphinxconf.configure() or rstgen.sphinxconf.configure()
You can specify an additional positional argument django_settings_module (the name of a Django settings module). If this argument is specified, call
lino.startup()
with it.