aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-10-31 13:37:48 +0100
committerGitHub <noreply@github.com>2019-10-31 13:37:48 +0100
commitbb3da7f1e4a52f12b6df48f4a427a8772e63ab18 (patch)
treefe1eb0051a9aa19c5bbb179088a9cce9e9dd8ef9 /docs/source/conf.py
parent67657e7e74f688b73ac039ccd382be69b94b3668 (diff)
parent1920c5cee79f258a69f1000124fd6fbde20f1490 (diff)
downloadPROJ-bb3da7f1e4a52f12b6df48f4a427a8772e63ab18.tar.gz
PROJ-bb3da7f1e4a52f12b6df48f4a427a8772e63ab18.zip
Merge pull request #1701 from rouault/doc_projjson
Document PROJJSON
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 243c93b7..cd004777 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -20,6 +20,7 @@ import datetime
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('.'))
+sys.path.insert(0, os.path.abspath('_extensions'))
import bibstyle
@@ -35,6 +36,7 @@ extensions = [
'sphinx.ext.mathjax',
'sphinxcontrib.bibtex',
'breathe',
+ 'redirects',
]
# Add any paths that contain templates here, relative to this directory.
@@ -370,3 +372,6 @@ texinfo_documents = [
breathe_projects = {
"cpp_stuff":"../build/xml/",
}
+
+import redirects
+redirect_files = redirects.gather_redirects()