From 8924d3590b6d6f504adf4902d6a0aa54dc81c1f2 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 5 Mar 2022 16:17:29 -0600 Subject: [PATCH] Force master doc to 'index' for Sphinx not sure why this is necessary for buildbot but not local dev.. --- docs/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 3d2fb0b..b8262e6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,6 +15,11 @@ # sys.path.insert(0, os.path.abspath('.')) +# TODO: not sure why i had to explicitly declare this for the sake of buildbot, +# when it worked for me fine locally without doing this. +master_doc = 'index' + + # -- Project information ----------------------------------------------------- project = 'Messkit'