We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ab832 commit ca2dfd5Copy full SHA for ca2dfd5
docs/conf.py
@@ -4,8 +4,6 @@
4
# list see the documentation:
5
# https://www.sphinx-doc.org/en/master/usage/configuration.html
6
7
-import sphinx_bootstrap_theme
8
-
9
import tzdata
10
11
# -- Project information -----------------------------------------------------
@@ -37,11 +35,7 @@
37
35
# The theme to use for HTML and HTML Help pages. See the documentation for
38
36
# a list of builtin themes.
39
#
40
-html_theme = "bootstrap"
41
-html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
42
-html_theme_options = {
43
- "bootswatch_theme": "cosmo",
44
-}
+html_theme = "furo"
45
46
# For cross-links to other documentation
47
intersphinx_mapping = {
docs/requirements.txt
@@ -1,2 +1,2 @@
1
sphinx>=3.0.0
2
-sphinx_bootstrap_theme
+furo
0 commit comments