Mercurial > p > roundup > code
comparison doc/conf.py @ 7740:67438e439da8
docs: issue2551317 add support for jinja2 customization examples
Added sphinx-tabs to doc build. This allows adding code-tabs one for
"TAL" examples and one for "Jinja2" examples in the doc.
Converted partly the "Editing multiple items in an index view"
example. Sombody who knows jinja2 better than I, and can test the
example will need to finish it.
Documented requirement and method for building docs in developers.txt.
Added requirements.pip files for pip install -r ... modules needed for
processing docs.
Fixed missing block in layout.txt that stopped tabs.css from being
loaded.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 17 Feb 2024 18:56:04 -0500 |
| parents | 5bac0a0afb7f |
| children | e3b34d02c61a |
comparison
equal
deleted
inserted
replaced
| 7739:e2816259ccce | 7740:67438e439da8 |
|---|---|
| 49 | 49 |
| 50 # Add any Sphinx extension module names here, as strings. They can be | 50 # Add any Sphinx extension module names here, as strings. They can be |
| 51 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom | 51 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
| 52 # ones. | 52 # ones. |
| 53 #extensions = ['toctree'] | 53 #extensions = ['toctree'] |
| 54 extensions = ['sphinx_tabs.tabs'] | |
| 55 | |
| 56 sphinx_tabs_valid_builders = ['linkcheck'] | |
| 57 sphinx_tabs_disable_tab_closing = True | |
| 54 | 58 |
| 55 # Add any paths that contain templates here, relative to this directory. | 59 # Add any paths that contain templates here, relative to this directory. |
| 56 templates_path = ['_templates'] | 60 templates_path = ['_templates'] |
| 57 | 61 |
| 58 # The suffix(es) of source filenames. | 62 # The suffix(es) of source filenames. |
