fixup! Use Sphinx to revamp the documentation

This commit is contained in:
Alexis Métaireau 2025-03-25 16:10:23 +01:00
parent 643ae7831c
commit d4e312a57b

View file

@ -46,17 +46,17 @@ html_context = {
"source_suffix": source_suffix, "source_suffix": source_suffix,
} }
# The name of an image file (relative to this directory) to place at the top html_theme_options = {
# of the sidebar. "style_external_links": True,
html_logo = "../static/i/favicon.png" "flyout_display": "hidden",
"version_selector": True,
# Add any paths that contain custom static files (such as style sheets) here, # Toc options
# relative to this directory. They are copied after the builtin static files, "collapse_navigation": True,
# so a file named "default.css" will overwrite the builtin "default.css". "sticky_navigation": True,
html_static_path = ["_static"] "navigation_depth": 4,
html_css_files = [ "includehidden": True,
"rtd_dark.css", "titles_only": False,
] }
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = "Dangerzonedoc" htmlhelp_basename = "Dangerzonedoc"