From 2f72dca77194554041f144ea602dc75dd2e6da0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Thu, 21 Nov 2019 09:21:56 +0100 Subject: [PATCH] Trying to convince readthedocs to use index.rst as the main page --- docs/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8020ecb..329ce3e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,3 +60,6 @@ html_theme_options = { # 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'] + +# https://stackoverflow.com/a/56448499 +master_doc = 'index'