]> xenbits.xensource.com Git - governance.git/commitdiff
Specify the master document
authorGeorge Dunlap <george.dunlap@citrix.com>
Fri, 9 Oct 2020 11:26:48 +0000 (12:26 +0100)
committerGeorge Dunlap <george.dunlap@citrix.com>
Fri, 9 Oct 2020 11:26:48 +0000 (12:26 +0100)
Apparently older versions of sphinx default to the master document to
be 'contents' rather than 'index'.  Specify this so that we can build with older
versions of sphinx (specifically, the one currently on xenbits).

Signed-off-by: George Dunlap <george.dunlap@citrix.com>
source/conf.py

index b63b19666e1bad1e3f049d38db60e91e141d8e32..704dfe39b00e36845aeac885b966cc77cc687053 100644 (file)
@@ -14,6 +14,8 @@
 # import sys
 # sys.path.insert(0, os.path.abspath('.'))
 
+master_doc = 'index'
+
 
 # -- Project information -----------------------------------------------------