diff --git a/src/sage_docbuild/conf.py b/src/sage_docbuild/conf.py index c9b81a8ba7f..5efcc9f86e6 100644 --- a/src/sage_docbuild/conf.py +++ b/src/sage_docbuild/conf.py @@ -176,7 +176,7 @@ def sphinx_plot(graphics, **kwds): # If true, sectionauthor and moduleauthor directives will be shown in the # output. They are ignored by default. -#show_authors = False +show_authors = True # Default lexer to use when highlighting code blocks, using the IPython # console lexers. 'ipycon' is the IPython console, which is what we want diff --git a/src/tox.ini b/src/tox.ini index 7eb626858ab..497266f5745 100644 --- a/src/tox.ini +++ b/src/tox.ini @@ -207,6 +207,8 @@ rst-roles = wikipedia rst-directives = automethod, + autofunction, + MODULEAUTHOR, ONLY, PLOT, SEEALSO,