diff --git a/docs/conf.py b/docs/conf.py index 56ddbf92..5a75b7d4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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