diff --git a/etc/docs/conf.py b/etc/docs/conf.py index f7cc3c28..b9a05b0a 100644 --- a/etc/docs/conf.py +++ b/etc/docs/conf.py @@ -93,7 +93,8 @@ if not on_rtd: # only import and set the theme if we're building docs locally html_theme = 'sphinx_rtd_theme' html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] - +if on_rtd: + master_doc = '../docs/index.rst' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,