aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-07-01 12:43:54 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-07-01 12:43:54 +0200
commit9edecaaab2990cd5d9016e07722766a9849feddc (patch)
tree23ae9078b4a4b2bc2bc70bebfb40fd744ec2a229 /docs/source
parent578264acca11899528475d1bffe75fbff07a5ad5 (diff)
downloadPROJ-9edecaaab2990cd5d9016e07722766a9849feddc.tar.gz
PROJ-9edecaaab2990cd5d9016e07722766a9849feddc.zip
docs/source/conf.py: change active branch
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index a21ff558..2b926c83 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -193,7 +193,7 @@ html_context = {
'github_user': 'OSGeo',
'github_repo': 'PROJ',
# TODO: edit when switching active branch
- 'github_version': '/7.0/docs/source/',
+ 'github_version': '/7.1/docs/source/',
'css_files': [
'_static/theme_overrides.css', # override wide tables in RTD theme
],