Skip to content

Commit

Permalink
Change sphinx theme activation
Browse files Browse the repository at this point in the history
html_theme_path no longer needed as of their tutorial
  • Loading branch information
WoWaster committed Feb 23, 2024
1 parent be8bff8 commit acae59e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
import sys
from datetime import date

from pydata_sphinx_theme import get_html_theme_path

sys.path.insert(0, os.path.abspath(".."))

# -- Project information -----------------------------------------------------
Expand Down Expand Up @@ -123,7 +121,6 @@
# a list of builtin themes.
#
html_theme = "pydata_sphinx_theme"
html_theme_path = get_html_theme_path()

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down

0 comments on commit acae59e

Please sign in to comment.