diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2020-09-05 09:30:39 +0200 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2020-09-05 09:30:39 +0200 |
| commit | 39e798bfc63538c0f7e52603405cea8fa4bb3519 (patch) | |
| tree | b82d6bb078d71cd1346beeac07a65c72253794ed /doc/docstructure.py | |
| parent | e24cc2bd9a78cc0535d9a609cb03b8bf53097b46 (diff) | |
| download | python-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.py | 2 |
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 = { |
