commit 48fd123beab8f53f4665a0b521ef7f10d35223b5 Author: Isis Lovecruft isis@torproject.org Date: Tue Apr 22 23:07:35 2014 +0000
Disable full module names for autogenerated Sphinx documentation. --- doc/sphinx/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py index bfbb4a1..0a71d87 100644 --- a/doc/sphinx/source/conf.py +++ b/doc/sphinx/source/conf.py @@ -147,7 +147,7 @@ add_function_parentheses = True
# If true, the current module name will be prepended to all description # unit titles (such as .. function::). -add_module_names = True +add_module_names = False
# If true, sectionauthor and moduleauthor directives will be shown in the # output. They are ignored by default.
tor-commits@lists.torproject.org