Skip to content

Commit 84bcb54

Browse files
committed
Add sphinx-rtd-theme extension
1 parent f74ace1 commit 84bcb54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ def have_aes_ni(self):
5454
# Add any Sphinx extension module names here, as strings. They can be extensions
5555
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
5656
extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.napoleon',
57-
'sphinx.ext.mathjax', 'sphinx_autodoc_typehints' ]
57+
'sphinx.ext.mathjax', 'sphinx_autodoc_typehints',
58+
'sphinx-rtd-theme' ]
5859

5960
# Add any paths that contain templates here, relative to this directory.
6061
templates_path = ['_templates']

0 commit comments

Comments
 (0)