Add sphinx-rtd-theme extension

This commit is contained in:
Helder Eijs 2025-03-16 00:46:48 +01:00
parent f74ace12b5
commit cc031485f4

View file

@ -54,7 +54,8 @@ _raw_api.load_pycryptodome_raw_lib = lambda name, cdec: MockLib()
# 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.napoleon',
'sphinx.ext.mathjax', 'sphinx_autodoc_typehints' ]
'sphinx.ext.mathjax', 'sphinx_autodoc_typehints',
'sphinx_rtd_theme' ]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']