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 20a6f55 + 1efa3b5 commit f72be0dCopy full SHA for f72be0d
doc/changes/unreleased.md
@@ -3,3 +3,7 @@
3
## 📚 Documentation
4
5
* Added new entries to the frequently asked questions regarding `multiversion documentation`
6
+
7
+## 🐞 Fixed
8
9
+* 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