aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-03-01 11:48:37 +0100
committerKristian Evers <kristianevers@gmail.com>2020-03-01 11:48:37 +0100
commit0bcf2b5aaacdabce159ed96b2421d2810038e7b6 (patch)
tree21910f4f7a4d229689da334a9734059199b83292
parent79abba9fa9507c1c66b8da3c90db9ff47b55267c (diff)
downloadPROJ-0bcf2b5aaacdabce159ed96b2421d2810038e7b6.tar.gz
PROJ-0bcf2b5aaacdabce159ed96b2421d2810038e7b6.zip
Update github_version in sphinx config
-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 1b1b2998..c37e7e17 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -176,7 +176,7 @@ html_context = {
'github_user': 'OSGeo',
'github_repo': 'PROJ',
# TODO: edit when switching active branch
- 'github_version': '/6.3/docs/source/',
+ 'github_version': '/7.0/docs/source/',
'css_files': [
'_static/theme_overrides.css', # override wide tables in RTD theme
],