Skip to content

Commit eccec1c

Browse files
authored
Merge pull request #180 from cmarqu/fix/add-napoleon
Add napoleon extension for all_in_one_restructuredtext.py showcase file
2 parents 89a51a5 + ac2ce36 commit eccec1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/templates/conf.template.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
"sphinx.ext.extlinks",
2121
"sphinx.ext.intersphinx",
2222
"sphinx.ext.mathjax",
23-
"sphinx.ext.viewcode",
23+
"sphinx.ext.napoleon",
2424
"sphinx.ext.todo",
25+
"sphinx.ext.viewcode",
2526
]
2627

2728
extlinks = {

0 commit comments

Comments
 (0)