From c21a9563d1d59724ca939555ba96f9fde6e27259 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 3 Jan 2020 17:26:57 -0800 Subject: [PATCH] try to get rtd to see our master doc --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 4cbbda68..d7410f2f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -99,4 +99,4 @@ if not on_rtd: # only import and set the theme if we're building docs locally html_static_path = ['_static'] -master_doc = 'index.rst' +master_doc = 'index'