Skip to content

Commit

Permalink
RTD: Default Theme Changed?
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Oct 19, 2023
1 parent 61ade05 commit bdb1c27
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import subprocess

from recommonmark.parser import CommonMarkParser
import sphinx_rtd_theme

# import sys
# sys.path.insert(0, os.path.abspath('.'))
Expand Down Expand Up @@ -58,8 +59,6 @@
shell=True)

if not on_rtd:
import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -117,7 +116,9 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
# html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'

numfig = True

# 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 bdb1c27

Please sign in to comment.