diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-03-01 11:48:37 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-03-01 11:48:37 +0100 |
| commit | 0bcf2b5aaacdabce159ed96b2421d2810038e7b6 (patch) | |
| tree | 21910f4f7a4d229689da334a9734059199b83292 /docs/source/conf.py | |
| parent | 79abba9fa9507c1c66b8da3c90db9ff47b55267c (diff) | |
| download | PROJ-0bcf2b5aaacdabce159ed96b2421d2810038e7b6.tar.gz PROJ-0bcf2b5aaacdabce159ed96b2421d2810038e7b6.zip | |
Update github_version in sphinx config
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 2 |
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 ], |
