diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-05-15 11:14:28 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-15 11:14:28 (GMT) |
| commit | 6989eaf6a6a9578fcbe07d0766b7e1ad86a90be3 (patch) | |
| tree | 5b681ecf397a09a5e5e2ad7960170e15d4c33d17 /docs/conf.py | |
| parent | 70ef8dd117120080f8ff3d43183972533f5a734d (diff) | |
docs: Experimental workaround for readthedocs.org
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
