comparison website/www/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 4376d8c19b2a
children 828f79ae965b
comparison
equal deleted inserted replaced
7739:e2816259ccce 7740:67438e439da8
41 # General configuration 41 # General configuration
42 # --------------------- 42 # ---------------------
43 43
44 # Add any Sphinx extension module names here, as strings. They can be extensions 44 # Add any Sphinx extension module names here, as strings. They can be extensions
45 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 45 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
46 extensions = ['sphinx_sitemap'] 46 extensions = ['sphinx_sitemap', 'sphinx_tabs.tabs']
47
48 sphinx_tabs_valid_builders = ['linkcheck']
49 sphinx_tabs_disable_tab_closing = True
47 50
48 # for sitemap default: "{lang}{version}subdir/{link}" 51 # for sitemap default: "{lang}{version}subdir/{link}"
49 sitemap_url_scheme = "{link}" 52 sitemap_url_scheme = "{link}"
50 53
51 # Add any paths that contain templates here, relative to this directory. 54 # Add any paths that contain templates here, relative to this directory.

Roundup Issue Tracker: http://roundup-tracker.org/