diff options
| author | 2025-07-21 00:21:50 +0800 | |
|---|---|---|
| committer | 2025-07-21 00:21:50 +0800 | |
| commit | 99679fa5ce8b8396d8cae89f00ad2e508f6b9db0 (patch) | |
| tree | 0bb077432959207f73c3d95a2f402ab16f10c279 /docs/source | |
| parent | 1d44ebb1fe9691b5d2238550db7eaed3bae04b56 (diff) | |
| download | wiki-99679fa5ce8b8396d8cae89f00ad2e508f6b9db0.tar.gz wiki-99679fa5ce8b8396d8cae89f00ad2e508f6b9db0.zip | |
fix: remove useless modulle `sphinxcontrib.httpdomain`
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 13c215b..e93290f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -43,7 +43,7 @@ extensions = [ "sphinx.ext.inheritance_diagram", "sphinx.ext.imgmath", "sphinx.ext.intersphinx", - "sphinxcontrib.httpdomain", + # "sphinxcontrib.httpdomain", "sphinx.ext.ifconfig", "myst_parser", ] |
