We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5f6d9 commit bae5a85Copy full SHA for bae5a85
docs/conf.py
@@ -31,7 +31,11 @@
31
# Add any Sphinx extension module names here, as strings. They can be
32
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
33
# ones.
34
-extensions = ['sphinx.ext.githubpages', 'sphinx.ext.autodoc']
+extensions = [
35
+ 'sphinx.ext.githubpages',
36
+ 'sphinx.ext.autodoc',
37
+ 'sphinx.ext.napoleon',
38
+]
39
40
# Add any paths that contain templates here, relative to this directory.
41
templates_path = ['_templates']
0 commit comments