http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/website/www/requirements.pip Mercurial Repository: p/roundup/code: website/www/requirements.pip history 2024-06-12T17:37:16-04:00 docs: add opengraph tags to website. http://hg.code.sf.net:8000/p/roundup/code/#changeset-b516483f68a35c28d087f1606bfdbf6ee15801ad John Rouillard rouilj@ieee.org 2024-06-12T17:37:16-04:00 2024-06-12T17:37:16-04:00
changeset b516483f68a3
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description docs: add opengraph tags to website.
files
docs: issue2551317 add support for jinja2 customization examples http://hg.code.sf.net:8000/p/roundup/code/#changeset-67438e439da838fd99fa341b0d61467fe303f642 John Rouillard rouilj@ieee.org 2024-02-17T18:56:04-05:00 2024-02-17T18:56:04-05:00
changeset 67438e439da8
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description 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.
files
add file with sphinx requirements for building doc. http://hg.code.sf.net:8000/p/roundup/code/#changeset-452a8bd1d826226af82e7190866e7f41228b6ea9 John Rouillard rouilj@ieee.org 2023-06-15T20:46:59-04:00 2023-06-15T20:46:59-04:00
changeset 452a8bd1d826
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description add file with sphinx requirements for building doc.


Disable permalinks for older and newer sphinx versions.

make conf.py's work with old and new sphinx.

make layout.py work with 7.x sphinx which replaces the style
variable with styles[].
files