Skip to content

Commit 4b3e494

Browse files
committed
Revert "Add github pages multiversion build"
This reverts commit 9657e4d.
1 parent 3a360c5 commit 4b3e494

File tree

3 files changed

+1
-52
lines changed

3 files changed

+1
-52
lines changed

.github/workflows/build_documentation.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
extensions = [
2222
"myst_parser",
2323
"sphinx.ext.autodoc",
24-
"sphinx_multiversion",
2524
]
2625

2726
templates_path = ["_templates"]

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ dependencies = [
4848
"sphinx>=6.1.3",
4949
"backports.strenum",
5050
"typing_extensions",
51-
"myst-parser",
52-
"sphinx-multiversion",
51+
"myst-parser"
5352
]
5453

5554
[build-system]

0 commit comments

Comments
 (0)