aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-11-21 20:06:17 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-11-21 20:33:28 +0100
commitffb47d7dd27fc90860215c729a34b9ebe072ea90 (patch)
tree084d8d3ed398145400c6112ac7859e6973c57c26 /docs/source/conf.py
parent28f4f9f59ea040ad5fe941498cb0dac39c28f323 (diff)
downloadPROJ-ffb47d7dd27fc90860215c729a34b9ebe072ea90.tar.gz
PROJ-ffb47d7dd27fc90860215c729a34b9ebe072ea90.zip
Doc: configure the 'Edit on GitHub' button
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index cd004777..914d8bba 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -171,6 +171,12 @@ html_logo = '../images/logo.png'
html_static_path = ['_static']
html_context = {
+ 'display_github': True,
+ 'theme_vcs_pageview_mode': 'edit',
+ 'github_user': 'OSGeo',
+ 'github_repo': 'PROJ',
+ # TODO: edit when switching active branch
+ 'github_version': '/6.2/docs/source/',
'css_files': [
'_static/theme_overrides.css', # override wide tables in RTD theme
],