From 51742efd333f220d1c4aa163dbb871e7e9c25333 Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Thu, 5 Dec 2019 02:15:36 +0100 Subject: [PATCH] sphinx: set master doc --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index a5d1aca..aad8ebd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,6 +27,8 @@ release = '0.2.0' # -- General configuration --------------------------------------------------- +master_doc = 'index' + # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones.