From ab06edcf33663a5095c6c2121c19fbe2c1409127 Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Sun, 21 Jul 2019 00:15:22 -0300 Subject: [PATCH] Update docs Signed-off-by: Uilian Ries --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 4d7c1f9..dc510b5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,3 +66,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' \ No newline at end of file