diff options
author | David Robillard <d@drobilla.net> | 2020-10-27 13:11:32 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-27 13:13:59 +0100 |
commit | 90ca08cc7db810deeb10922f1b13cde7b02a2218 (patch) | |
tree | 6c87b750f713a4605a754ce627346aa1132d6218 | |
parent | 55d5cb529d56f9eced883cd0a1c96bd6237924d8 (diff) | |
download | serd-python.tar.gz serd-python.tar.bz2 serd-python.zip |
fixup! WIP: Generate Sphinx documentationpython
-rw-r--r-- | bindings/python/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
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. |