From 201acf8910d4c24c33a5087d6c96d9e0e7ff33be Mon Sep 17 00:00:00 2001 From: Naoto Mizuno Date: Sun, 18 Oct 2020 13:47:59 +0900 Subject: [PATCH] Fix docs/conf.py --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 2f3fe7f..9fd6c59 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,3 +54,5 @@ # 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'