From f93f5b4a51f79bdeaad7e02a06c81a14df697dc3 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 3 Jan 2020 15:56:21 -0800 Subject: [PATCH] try to get rtd to see our master doc --- etc/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/docs/conf.py b/etc/docs/conf.py index c5cd0b62..4f146be6 100644 --- a/etc/docs/conf.py +++ b/etc/docs/conf.py @@ -94,7 +94,7 @@ if not on_rtd: # only import and set the theme if we're building docs locally html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] if on_rtd: - master_doc = '../../docs/index.rst' + master_doc = '../../docs/index' # 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,