diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-05-24 18:57:52 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-05-24 18:57:52 +0100 |
commit | 6a3e91c8a2e01ab8a516b9f11be76c783e67827c (patch) | |
tree | 1f37ecd988bd67df4dbf911d277b5bc9f981187b /docs/source/conf.py | |
parent | 221bd14fa9a4177904e2d2e8d17e867f1fcd0783 (diff) | |
download | Smarker-6a3e91c8a2e01ab8a516b9f11be76c783e67827c.tar.gz Smarker-6a3e91c8a2e01ab8a516b9f11be76c783e67827c.zip |
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index a168856..a55e222 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -35,8 +35,12 @@ extensions = [ 'sphinx.ext.coverage', 'sphinx.ext.napoleon', "sphinx_mdinclude", - 'sphinxarg.ext' + 'sphinxarg.ext', + "sphinx_toolbox.sidebar_links", + 'sphinx_toolbox.github' ] +github_username = 'jwansek' +github_repository = 'Smarker' # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] |