mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-22 02:08:56 +01:00
Read the docs will always default to their theme, no need to explicitly define it there
This commit is contained in:
parent
b021bab08b
commit
0347894fd8
@ -127,8 +127,6 @@ if os.environ.get("READTHEDOCS", "") != "True":
|
||||
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
||||
except ImportError:
|
||||
html_theme = "classic"
|
||||
else:
|
||||
html_theme = "sphinx_rtd_theme"
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user