summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-03-07 01:34:42 +0000
committerGerrit Code Review <review@openstack.org>2012-03-07 01:34:42 +0000
commit11ba52fb202ad58a6133cf7b80886cb539117981 (patch)
tree441ac40422c8d86d3277a69a19bf078ffe958862 /doc/source
parente374ad975f1679fad6110fe9a9fc4793fbf2fc24 (diff)
parentb1de27f68a9f80db723c1b3545f95c5c9c8e7e9d (diff)
downloadnova-11ba52fb202ad58a6133cf7b80886cb539117981.tar.gz
nova-11ba52fb202ad58a6133cf7b80886cb539117981.tar.xz
nova-11ba52fb202ad58a6133cf7b80886cb539117981.zip
Merge "fix restructuredtext formatting in docstrings that show up in the developer guide"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index ec86a035f..6f5b84391 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -96,7 +96,7 @@ exclude_trees = []
# 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.