We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74ace1 commit 84bcb54Copy full SHA for 84bcb54
Doc/conf.py
@@ -54,7 +54,8 @@ def have_aes_ni(self):
54
# Add any Sphinx extension module names here, as strings. They can be extensions
55
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
56
extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.napoleon',
57
- 'sphinx.ext.mathjax', 'sphinx_autodoc_typehints' ]
+ 'sphinx.ext.mathjax', 'sphinx_autodoc_typehints',
58
+ 'sphinx-rtd-theme' ]
59
60
# Add any paths that contain templates here, relative to this directory.
61
templates_path = ['_templates']
0 commit comments