mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-10-19 07:53:49 +00:00
Add sphinx-rtd-theme extension
This commit is contained in:
parent
f74ace12b5
commit
cc031485f4
1 changed files with 2 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue