g3/sphinx/conf.py
Zhang Jingqiang 301f6f2d82
Some checks are pending
CodeCoverage / lib unit test (push) Waiting to run
CodeCoverage / g3proxy test (push) Waiting to run
CodeCoverage / g3bench test (push) Waiting to run
CodeCoverage / g3statsd test (push) Waiting to run
CrossCompiling / Build (push) Waiting to run
Linux-CI / Build (push) Waiting to run
Linux-CI / Clippy (push) Waiting to run
Linux-CI / Build vendored (push) Waiting to run
Linux-CI / Build with OpenSSL Async Job (push) Waiting to run
Windows-CI / Build vendored (push) Waiting to run
MacOS-CI / Build (push) Waiting to run
MacOS-CI / Build vendored (push) Waiting to run
Sphinx-Doc / build (g3keymess) (push) Waiting to run
Sphinx-Doc / build (g3proxy) (push) Waiting to run
Sphinx-Doc / build (g3statsd) (push) Waiting to run
Sphinx-Doc / build (g3tiles) (push) Waiting to run
StaticLinking / musl (push) Waiting to run
StaticLinking / msvc (push) Waiting to run
Windows-CI / Build (push) Waiting to run
update sphinx doc
2025-05-18 22:10:46 +08:00

24 lines
412 B
Python

# File: docs/conf.py
extensions = [
"multiproject",
]
# Define the projects that will share this configuration file.
multiproject_projects = {
"project": {
"path": "project",
},
"g3proxy": {
"path": "g3proxy",
},
"g3tiles": {
"path": "g3tiles",
},
"g3statsd": {
"path": "g3statsd",
},
"g3keymess": {
"path": "g3keymess",
},
}