diff options
| author | 2024-09-08 11:27:09 +0800 | |
|---|---|---|
| committer | 2024-09-08 11:27:09 +0800 | |
| commit | 0131dda1c3555795ee49247b7acbb06a0ee44996 (patch) | |
| tree | ff570a2cc4cc05f28ef48c45625f9eb16fa159d0 /docs/source/conf.py | |
| parent | 9cd70c827584704d923b99442b8607a7160d57fd (diff) | |
| download | HydroRoll-0131dda1c3555795ee49247b7acbb06a0ee44996.tar.gz HydroRoll-0131dda1c3555795ee49247b7acbb06a0ee44996.zip | |
Feat submodule (#107)
* chore(submodules): update submodules with new repos and paths, adjust workflow for api build
* chore(submodules): remove outdated submodules and adjust workflow for api build
* (chore(submodules): remove outdated submodules and adjust workflow for api build)
* chore(submodules): add new submodule echo and update workflow for api build
* chore(submodules): add new submodules TRPGNivis, HydroRollCore, GetPlayerCard, conventional_role_play, DiceParser and update workflow for api build
* chore(submodules): add new submodules DiceParser, infini and update workflow for api build
* chore(submodules): move submodules, update api docs build and remove old ones
* chore(submodules): move submodules, update api docs build and remove old ones
* chore(submodules): update submodules with new repos and paths, adjust workflow for api build
* chore(submodules): move submodules, update api docs build and remove old ones
* chore(submodules): update submodules with new repos and paths, adjust workflow for api build
* chore(docs): update api docs with sphinx-apidoc
* chore(submodules): update api docs build workflow with combined commands
* chore(docs): update api docs with sphinx-apidoc
* chore(submodules): move submodules, update api docs build and remove old ones again
* chore(submodules): update submodules with new repos and paths, adjust workflow for api build
* chore(docs): update api docs with sphinx-apidoc
* chore(submodules): remove submodules and update api docs build workflow
* chore(submodules): move submodules, update api docs build and remove old ones again
* chore(submodules): move submodules again, adjust api docs build workflow
* chore(docs): update api docs with sphinx-apidoc
---------
Co-authored-by: HsiangNianian <HsiangNianian@users.noreply.github.com>
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 91ed631..3b0d12d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -67,6 +67,7 @@ html_static_path = ["../_static"] _html_logo = ( "https://cdn.jsdelivr.net/gh/HydroRoll-Team/HydroRoll@main/docs/_static/logo.png" ) +html_logo = _html_logo html_favicon = _html_logo html_css_files = [ @@ -74,11 +75,20 @@ html_css_files = [ "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/brands.min.css", ] +html_copy_source = True +html_show_sourcelink = True + html_theme_options = { "announcement": "<em><a href='#'>documentation</a> is still under construction now, welcome any <a href='contributing.html'>contribution</a>!</em>", "source_repository": "https://github.com/HydroRoll-Team/HydroRoll/", "source_branch": "main", "source_directory": "docs/source/", + # Toc options + # "collapse_navigation": True, + # "sticky_navigation": False, + # "navigation_depth": 1, + # "includehidden": False, + # "titles_only": True, "footer_icons": [ { "name": "GitHub", @@ -94,3 +104,15 @@ html_theme_options = { }, ], } + +# html_sidebars = { +# "**": [ +# "sidebar/scroll-start.html", +# "sidebar/brand.html", +# "sidebar/search.html", +# "sidebar/navigation.html", +# "sidebar/ethical-ads.html", +# "sidebar/scroll-end.html", +# ] +# } + |
