Specify dir for sphinx themes explicitly

This commit is contained in:
Roman Mogylatov 2018-02-22 11:42:45 +02:00
parent e81b459656
commit bdbb9b40de

View File

@ -120,7 +120,7 @@ html_theme = 'sphinx_rtd_theme'
#html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
html_theme_path = ['_themes']
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".