Skip to content
Snippets Groups Projects
Unverified Commit 5b7eaae7 authored by Varac's avatar Varac
Browse files

Display warning for "latest" version of the docs only

parent 86272f49
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ suppress_warnings = ['autosectionlabel.*'] ...@@ -84,7 +84,7 @@ suppress_warnings = ['autosectionlabel.*']
# https://github.com/humitos/sphinx-version-warning-example/blob/master/docs/conf.py # https://github.com/humitos/sphinx-version-warning-example/blob/master/docs/conf.py
versionwarning_messages = { versionwarning_messages = {
'v0.8-beta1': '''This is the documentation for current stable documentation. 'latest': ('This is the documentation for the main development branch. '
For the latest documentation based on the unrleased main branch see 'For the documentation of the first beta of the 0.8 release see '
https://docs.stackspin.net/en/latest/index.html.''' 'https://docs.stackspin.net/en/v0.8beta1/')
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment