diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-04-28 18:15:37 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-04-28 18:15:37 +0100 |
commit | e79925dcecea967f139b91c7b45cde0260642950 (patch) | |
tree | cdc802d84f3a2f98630cf26d74657d4e3914a402 /docs/source/conf.py | |
parent | fc2d6441596e547ba8d8c9957b092724d8bb9ae3 (diff) | |
download | Smarker-e79925dcecea967f139b91c7b45cde0260642950.tar.gz Smarker-e79925dcecea967f139b91c7b45cde0260642950.zip |
Updated readme
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index fd85d58..bef233e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -28,7 +28,12 @@ author = 'Eden Attenborough' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.napoleon'] +extensions = [ + 'sphinx.ext.autodoc', + 'sphinx.ext.coverage', + 'sphinx.ext.napoleon', + "sphinx_mdinclude" +] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] |