From 351ecb7ce3dc9f2ef0c02ffbcad0b615d21ecc31 Mon Sep 17 00:00:00 2001 From: James Bowman Date: Wed, 10 Feb 2021 07:10:13 -0800 Subject: [PATCH] Use index.rst --- python/docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/docs/conf.py b/python/docs/conf.py index ee85eda..3ed7763 100644 --- a/python/docs/conf.py +++ b/python/docs/conf.py @@ -54,3 +54,6 @@ html_theme = 'sphinx_rtd_theme' # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] + +master_doc = 'index' +