From f63aeeec3f0674380623183e9b6fb179c935924f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20Ha=CC=88kli?= Date: Wed, 13 Nov 2019 22:14:16 +0200 Subject: [PATCH] Explicit master_doc for RTD Sphinx --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 7ffd61f..a72ac95 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,6 +27,9 @@ release = "0.6.2" # -- General configuration --------------------------------------------------- +# Explicitly specify the master doc file for Sphinx 1.x +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.