Browse Source

Fix Sphinx build on rtd

Peter Justin 3 years ago
parent
commit
a1e1644638
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/conf.py

+ 3 - 0
docs/conf.py

@@ -99,3 +99,6 @@ intersphinx_mapping = {
 }
 
 autodoc_member_order = 'bysource'
+
+# due to rtd using sphinx < 2
+root_doc = master_doc = 'index'