docs: Enable new RTD theme

This commit is contained in:
Stein Magnus Jodal 2013-10-23 20:27:19 +02:00
parent 2117add55f
commit ef15c4f6fc

View File

@ -78,6 +78,9 @@ sys.path.insert(0, os.path.abspath(os.path.dirname(__file__) + '/../'))
# the string True.
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
# Enable Read the Docs' new theme
RTD_NEW_THEME = True
# -- General configuration ----------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be