yuyr 2a0b5067bd
Some checks failed
ci / public-tree (push) Has been cancelled
ci / docs (push) Has been cancelled
ci / rust (push) Has been cancelled
ci / docker-runtime (push) Has been cancelled
20260902 完成公开树清理与热点拆分
2026-09-02 11:48:36 +08:00

18 lines
384 B
Python

project = "panda-rpki"
copyright = "2026, panda-rpki contributors"
author = "panda-rpki contributors"
release = "0.1.0"
language = "en"
extensions = []
templates_path = []
exclude_patterns = ["_build"]
html_theme = "sphinx_rtd_theme"
html_title = "panda-rpki documentation"
html_static_path = []
html_theme_options = {
"navigation_depth": 3,
"collapse_navigation": False,
}