We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae82db commit e7e49ffCopy full SHA for e7e49ff
2 files changed
docs/source/conf.py
@@ -5,8 +5,6 @@
5
6
import os
7
import shutil
8
-# At the top.
9
-import sphinx_bootstrap_theme
10
11
def copy_tutorials(app):
12
src = os.path.abspath("../tutorials")
pyproject.toml
@@ -42,8 +42,7 @@ optional-dependencies.docs = [
42
"pre-commit",
43
"pyproject-fmt",
44
"sphinx",
45
- "sphinx-rtd-theme",
46
- "sphinx_bootstrap_theme",
+ "sphinx-book-theme",
47
]
48
optional-dependencies.test = [ "coverage", "pytest" ]
49
urls."Source" = "https://github.com/max-models/template-python"
0 commit comments