summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index df76b94..d82514f6 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -41,6 +41,8 @@ exclude_patterns = [
# Require Sphinx 1.2 for build.
needs_sphinx = '1.2'
+# Avoid a warning with Sphinx >= 2.0
+master_doc = 'contents'
# Options for HTML output
# -----------------------