Fix rtd search function

By adding the theme to the extension list in conf.py.
This commit is contained in:
ionutboangiu
2023-06-27 02:50:46 -04:00
committed by Dan Christian Bogos
parent cf36f67d87
commit 86b6a320fe

View File

@@ -28,7 +28,8 @@ import sys, os
extensions = [
'sphinx.ext.todo',
'sphinx_copybutton',
'sphinx_tabs.tabs'
'sphinx_tabs.tabs',
'sphinx_rtd_theme'
]
# Add any paths that contain templates here, relative to this directory.