From cd2a361e7c93de035fb20b59caaaeae9d00bcede Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Wed, 26 Feb 2020 22:09:33 -0600 Subject: [PATCH] [ci skip] Set index.rst as the master doc for readthedocs --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index fcc6917..77871e6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,6 +43,7 @@ release = version # -- General configuration --------------------------------------------------- +master_doc = 'index' highlight_language = 'php' # enable highlighting for PHP code not between ```` by default