Skip to content
Snippets Groups Projects
Commit f975d4db authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch '1135-add-hint-about-possibly-outdated-docs-to-docs-entry-page' into 'main'

Resolve "Add  hint about possibly outdated docs to docs entry page"

Closes #1135

See merge request !829
parents 8d774dba 5b7eaae7
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,8 @@ with open('../VERSION') as version_file:
extensions = [
'recommonmark',
'sphinx.ext.autosectionlabel',
'sphinx_design'
'sphinx_design',
'versionwarning.extension'
]
# Add any paths that contain templates here, relative to this directory.
......@@ -80,3 +81,10 @@ autosectionlabel_prefix_document = True
autosectionlabel_maxdepth = 5
suppress_warnings = ['autosectionlabel.*']
# https://github.com/humitos/sphinx-version-warning-example/blob/master/docs/conf.py
versionwarning_messages = {
'latest': ('This is the documentation for the main development branch. '
'For the documentation of the first beta of the 0.8 release see '
'https://docs.stackspin.net/en/v0.8beta1/')
}
.. Stackspin documentation master file, created by
sphinx-quickstart on Wed Jul 31 15:18:33 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Stackspin's documentation!
=====================================
......
......@@ -9,3 +9,4 @@ recommonmark==0.7.1
sphinx==4.4.0
sphinx-design==0.0.13
sphinx-rtd-theme==1.0.0
sphinx-version-warning==1.1.2
#
# This file is autogenerated by pip-compile with python 3.10
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile
......@@ -10,7 +10,7 @@ babel==2.9.1
# via sphinx
certifi==2021.10.8
# via requests
charset-normalizer==2.0.10
charset-normalizer==2.0.12
# via requests
commonmark==0.9.1
# via recommonmark
......@@ -23,9 +23,11 @@ idna==3.3
# via requests
imagesize==1.3.0
# via sphinx
importlib-metadata==4.11.1
# via sphinx
jinja2==3.0.3
# via sphinx
markupsafe==2.0.1
markupsafe==2.1.0
# via jinja2
packaging==21.3
# via sphinx
......@@ -47,10 +49,13 @@ sphinx==4.4.0
# recommonmark
# sphinx-design
# sphinx-rtd-theme
# sphinx-version-warning
sphinx-design==0.0.13
# via -r requirements.in
sphinx-rtd-theme==1.0.0
# via -r requirements.in
sphinx-version-warning==1.1.2
# via -r requirements.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
......@@ -65,3 +70,5 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==1.26.8
# via requests
zipp==3.7.0
# via importlib-metadata
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