From 815db9dc61e5eac69d50b1d1323f68c8ef5b3f56 Mon Sep 17 00:00:00 2001 From: Johan Marcusson Date: Mon, 25 Sep 2023 13:45:05 +0200 Subject: [PATCH] specify sphinx master_doc --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 2c7cd23a..f17e7baf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,3 +52,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"