Skip to content

Commit e7e49ff

Browse files
authored
Replace Sphinx themes with sphinx-book-theme (#11)
* Replace Sphinx themes with sphinx-book-theme * Removed bootstrap theme
1 parent 1ae82db commit e7e49ff

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

docs/source/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
import os
77
import shutil
8-
# At the top.
9-
import sphinx_bootstrap_theme
108

119
def copy_tutorials(app):
1210
src = os.path.abspath("../tutorials")

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ optional-dependencies.docs = [
4242
"pre-commit",
4343
"pyproject-fmt",
4444
"sphinx",
45-
"sphinx-rtd-theme",
46-
"sphinx_bootstrap_theme",
45+
"sphinx-book-theme",
4746
]
4847
optional-dependencies.test = [ "coverage", "pytest" ]
4948
urls."Source" = "https://github.com/max-models/template-python"

0 commit comments

Comments
 (0)