Skip to content

Commit 4951480

Browse files
authored
Merge branch 'main' into fix/documentation-template
2 parents 659f568 + 1efa3b5 commit 4951480

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/changes/unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
## 🐞 Fixed
44

55
* 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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"sphinx_copybutton",
3737
"myst_parser",
3838
"sphinx_design",
39+
"exasol.toolbox.sphinx.multiversion",
3940
]
4041

4142
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}

0 commit comments

Comments
 (0)