We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 659f568 + 1efa3b5 commit 4951480Copy full SHA for 4951480
doc/changes/unreleased.md
@@ -3,3 +3,4 @@
3
## 🐞 Fixed
4
5
* Fixed `index.rst` documentation template to provide the correct underlining length of the main heading
6
+* Added multi-version extension to Sphinx configuration of the project template
project-template/{{cookiecutter.repo_name}}/doc/conf.py
@@ -36,6 +36,7 @@
36
"sphinx_copybutton",
37
"myst_parser",
38
"sphinx_design",
39
+ "exasol.toolbox.sphinx.multiversion",
40
]
41
42
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
0 commit comments