Mercurial > p > roundup > code
diff doc/conf.py @ 8416:370689471a08 issue2550923_computed_property
merge from default branch accumulated changes since Nov 2023
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 17 Aug 2025 16:12:25 -0400 |
| parents | b0539a19ca65 |
| children | 63665d93940b |
line wrap: on
line diff
--- a/doc/conf.py Sun Nov 05 11:38:18 2023 -0500 +++ b/doc/conf.py Sun Aug 17 16:12:25 2025 -0400 @@ -51,6 +51,10 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. #extensions = ['toctree'] +extensions = ['sphinx_tabs.tabs', 'sphinx.ext.autodoc'] + +sphinx_tabs_valid_builders = ['linkcheck'] +sphinx_tabs_disable_tab_closing = True # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -68,7 +72,7 @@ # General information about the project. project = u'Roundup' -copyright = u'2009-2021, Richard Jones, Roundup-Team' +copyright = u'2009-2025, Richard Jones, Roundup-Team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -95,9 +99,9 @@ # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # see https://issues.roundup-tracker.org/issue2550907: -exclude_patterns = ['_build', +exclude_patterns = ['_build', 'tracker_config.txt', 'announcement.txt', 'whatsnew-0.7.txt', - 'whatsnew-0.8.txt'] + 'whatsnew-0.8.txt', 'CVE.txt'] # The reST default role (used for this markup: `text`) to use for all # documents.
