diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2023-04-11 23:52:06 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2023-04-11 23:52:06 -0400 |
| commit | fe274619fcb187edeb2c25cc2e8b3e9a7bbc2a00 (patch) | |
| tree | d80009786328ee9f8daacec20f4cc5b5a2e0b75c /api-docs | |
| parent | 661fbdb421a67d3bdc87c500b3eb84590edff0f0 (diff) | |
add sphinxcontrib jquery
Diffstat (limited to 'api-docs')
| -rw-r--r-- | api-docs/source/conf.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index 758738c5..3691a449 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -27,9 +27,9 @@ stats = ''' .. raw:: html -<!-- Remove for online stats -<script async defer data-website-id="5e56a9cf-8d67-4345-8cf4-408850b1549e" src="https://stats.ext.v35.us/yummi.js"></script> ---> + <!-- Remove for online stats + <script async defer data-website-id="5e56a9cf-8d67-4345-8cf4-408850b1549e" src="https://stats.ext.v35.us/yummi.js"></script> + --> ''' @@ -162,6 +162,7 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.intersphinx', + 'sphinxcontrib.jquery', #'sphinx_tabs.tabs', 'sphinx.ext.viewcode' ] |
