diff options
| author | 2025-07-21 00:43:42 +0800 | |
|---|---|---|
| committer | 2025-07-21 00:43:42 +0800 | |
| commit | 9b6ae1567102aa56a2e45cc21d8eb8a2686593ae (patch) | |
| tree | bf5cf133f87db0d8af2280ee40c9cbc9a31505e9 /docs/source/conf.py | |
| parent | 99679fa5ce8b8396d8cae89f00ad2e508f6b9db0 (diff) | |
| download | wiki-9b6ae1567102aa56a2e45cc21d8eb8a2686593ae.tar.gz wiki-9b6ae1567102aa56a2e45cc21d8eb8a2686593ae.zip | |
chore: Unified directory structure
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index e93290f..8b8fb69 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -82,15 +82,15 @@ rst_epilog = """ .. |hr| replace:: HydroRoll .. |hrc| replace:: HydroRollCore """ -locale_dirs = ["../locales/"] # path is example but recommended. +# locale_dirs = ["../locales/"] # path is example but recommended. gettext_compact = False # optional. gettext_uuid = True # optional. numfig = True # Figures, tables and code blocks are automatically numbered if they have a title pygments_style = "rrt" # default sphinx, change the style of code block math_number_all = True # Number all equations, figures, tables and code blocks -html_additional_pages = { - "copy": "copying.html", -} +# html_additional_pages = { +# "copy": "copying.html", +# } html_split_index = True # Split the index page by each alphabet # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output |
