aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-01-01 21:48:21 +0100
committerKristian Evers <kristianevers@gmail.com>2020-01-01 21:48:36 +0100
commita1e8314d97cacca325161efbe8d2ac9bdfdc36ad (patch)
tree4044f4187c355c41dad7fca5cb678e4f1f2d488f /docs/source/conf.py
parent837b6ab9c01738b4d621c44e6f284ae636973205 (diff)
downloadPROJ-a1e8314d97cacca325161efbe8d2ac9bdfdc36ad.tar.gz
PROJ-a1e8314d97cacca325161efbe8d2ac9bdfdc36ad.zip
Update github version in Sphinx config
Diffstat (limited to 'docs/source/conf.py')
-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 b9e1fa8a..8655c7ad 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.2/docs/source/',
+ 'github_version': '/6.3/docs/source/',
'css_files': [
'_static/theme_overrides.css', # override wide tables in RTD theme
],