Skip to content

Commit 1efa3b5

Browse files
authored
Add multi-version extension to Sphinx configuration of the project template (#308)
1 parent d00af85 commit 1efa3b5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

doc/changes/unreleased.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# Unreleased
2+
3+
## 🐞 Fixed
4+
5+
* 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)