From cfc97c4204e92c8380a8e928a2363aba18510df3 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 10 Feb 2020 12:26:19 -0500 Subject: [PATCH] Set correct master doc name --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 45a8eae..4610618 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,6 +17,9 @@ # Warn about all references to unknown targets nitpicky = True +# The master toctree document. +master_doc = 'index' + # -- Project information ----------------------------------------------------- project = 'tractor'