diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-12-20 20:26:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-20 20:26:48 +0100 |
| commit | 6002e305808e3b57fa7f315070dbddb21460051d (patch) | |
| tree | 11218c8130247150046ea10078f93d586903d17d /docs | |
| parent | 5fe037f86a7ed040893c3406aed8bffebbb722f6 (diff) | |
| parent | bb45c5c05e6cf9fb36619b2fd3046b33840351c5 (diff) | |
| download | PROJ-6002e305808e3b57fa7f315070dbddb21460051d.tar.gz PROJ-6002e305808e3b57fa7f315070dbddb21460051d.zip | |
Merge pull request #2990 from visr/double-slash
update "Edit on GitHub" button branch
Diffstat (limited to 'docs')
| -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 d71aabeb..ee36d656 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -206,7 +206,7 @@ html_context = { 'github_user': 'OSGeo', 'github_repo': 'PROJ', # TODO: edit when switching active branch - 'github_version': '/8.0/docs/source/', + 'github_version': '8.2/docs/source/', } # Add any extra paths that contain custom files (such as robots.txt or |
