Skip to content

Commit

Permalink
Try yet another theme
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Nov 6, 2021
1 parent 9073b2b commit 8123ac0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions coconut/constants.py
Expand Up @@ -576,7 +576,7 @@ def str_to_bool(boolstr, default=False):
"sphinx",
"pygments",
"myst-parser",
"sphinx_bootstrap_theme",
"pydata-sphinx-theme",
),
"tests": (
"pytest",
Expand Down Expand Up @@ -605,7 +605,7 @@ def str_to_bool(boolstr, default=False):
("dataclasses", "py==36"): (0, 8),
("aenum", "py<34"): (3,),
"sphinx": (4, 2),
"sphinx_bootstrap_theme": (0, 8),
"pydata-sphinx-theme": (0, 7, 1),
"myst-parser": (0, 15),
# don't upgrade this until https://github.com/jupyter/jupyter_console/issues/241 is fixed
("jupyter-client", "py3"): (6, 1, 12),
Expand Down
5 changes: 2 additions & 3 deletions conf.py
Expand Up @@ -30,7 +30,7 @@
)
from coconut.util import univ_open

import sphinx_bootstrap_theme
import pydata_sphinx_theme # NOQA
import myst_parser # NOQA

# -----------------------------------------------------------------------------------------------------------------------
Expand All @@ -57,8 +57,7 @@
version = VERSION
release = version_str_tag

html_theme = "bootstrap"
html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
html_theme = "pydata_sphinx_theme"
html_theme_options = {
}

Expand Down

0 comments on commit 8123ac0

Please sign in to comment.