From 141b6c98c0afc0d8c98fffe47ce7146620fd467d Mon Sep 17 00:00:00 2001
From: Kai Chen <chenkaidev@gmail.com>
Date: Tue, 24 Dec 2019 18:21:51 +0800
Subject: [PATCH] fix readthedocs (#1864)

---
 docs/conf.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/conf.py b/docs/conf.py
index 63c5763..7581cb2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -49,6 +49,9 @@ source_suffix = {
     '.md': 'markdown',
 }
 
+# The master toctree document.
+master_doc = 'index'
+
 # List of patterns, relative to source directory, that match files and
 # directories to ignore when looking for source files.
 # This pattern also affects html_static_path and html_extra_path.
-- 
GitLab