diff options
author | Hamilton Kibbe <hamilton.kibbe@gmail.com> | 2015-02-18 23:28:19 -0500 |
---|---|---|
committer | Hamilton Kibbe <hamilton.kibbe@gmail.com> | 2015-02-18 23:28:19 -0500 |
commit | b3e816466c9cd514854efd42803cb4258e4956b2 (patch) | |
tree | 6e5410cdc728ee24638412f855f1324ae3a0cb6b /doc | |
parent | 4db7302485e65937463c2efe3b3c2945549ca588 (diff) | |
download | gerbonara-b3e816466c9cd514854efd42803cb4258e4956b2.tar.gz gerbonara-b3e816466c9cd514854efd42803cb4258e4956b2.tar.bz2 gerbonara-b3e816466c9cd514854efd42803cb4258e4956b2.zip |
doc options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 7a8134e..238a0b8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -82,7 +82,7 @@ exclude_patterns = [] # 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.
|