From 90ca08cc7db810deeb10922f1b13cde7b02a2218 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 27 Oct 2020 13:11:32 +0100 Subject: fixup! WIP: Generate Sphinx documentation --- bindings/python/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bindings') diff --git a/bindings/python/conf.py b/bindings/python/conf.py index 3f9acac1..a9f0f238 100644 --- a/bindings/python/conf.py +++ b/bindings/python/conf.py @@ -36,6 +36,8 @@ author = 'David Robillard' # -- General configuration --------------------------------------------------- +master_doc = 'index' + # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -- cgit v1.2.1