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