From 6989eaf6a6a9578fcbe07d0766b7e1ad86a90be3 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Fri, 15 May 2020 12:14:28 +0100 Subject: [PATCH] docs: Experimental workaround for readthedocs.org --- docs/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index bf9b080..5e6f069 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,6 +47,10 @@ source_suffix = { '.md': 'markdown', } +# Workaround for readthedocs.org. See: +# https://github.com/readthedocs/readthedocs.org/issues/2569#issuecomment-485117471) +master_doc = 'index' + # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for