Skip to content

Commit 6a7ee60

Browse files
committed
📝 Add some sphinx extensions
1 parent 75f00d4 commit 6a7ee60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
# ones.
4242
extensions = [
4343
"sphinx.ext.autodoc",
44+
"sphinx.ext.napoleon",
45+
"sphinx.ext.viewcode",
46+
"sphinx.ext.githubpages",
4447
"myst_parser",
4548
"sphinxcontrib.eval",
4649
]

0 commit comments

Comments
 (0)