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 918dfcd commit ecd5e1aCopy full SHA for ecd5e1a
src/sage_docbuild/conf.py
@@ -176,7 +176,7 @@ def sphinx_plot(graphics, **kwds):
176
177
# If true, sectionauthor and moduleauthor directives will be shown in the
178
# output. They are ignored by default.
179
-#show_authors = False
+show_authors = True
180
181
# Default lexer to use when highlighting code blocks, using the IPython
182
# console lexers. 'ipycon' is the IPython console, which is what we want
src/tox.ini
@@ -207,6 +207,8 @@ rst-roles =
207
wikipedia
208
rst-directives =
209
automethod,
210
+ autofunction,
211
+ MODULEAUTHOR,
212
ONLY,
213
PLOT,
214
SEEALSO,
0 commit comments