summaryrefslogtreecommitdiff
path: root/doc/docstructure.py
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-09-05 09:30:39 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-09-05 09:30:39 +0200
commit39e798bfc63538c0f7e52603405cea8fa4bb3519 (patch)
treeb82d6bb078d71cd1346beeac07a65c72253794ed /doc/docstructure.py
parente24cc2bd9a78cc0535d9a609cb03b8bf53097b46 (diff)
downloadpython-lxml-39e798bfc63538c0f7e52603405cea8fa4bb3519.tar.gz
docs: Move apidocs to a different directory to allow keeping links to the old epydoc folder intact.
Diffstat (limited to 'doc/docstructure.py')
-rw-r--r--doc/docstructure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docstructure.py b/doc/docstructure.py
index 86e90d8b..3a5bf982 100644
--- a/doc/docstructure.py
+++ b/doc/docstructure.py
@@ -22,7 +22,7 @@ SITE_STRUCTURE = [
]
HREF_MAP = {
- "API reference" : "api/index.html"
+ "API reference" : "apidoc/index.html"
}
BASENAME_MAP = {