Trying to convince readthedocs to use index.rst as the main page

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-11-21 09:21:56 +01:00
parent 7e7c536e78
commit 2f72dca771
+3
View File
@@ -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'