diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-03-07 01:34:42 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-03-07 01:34:42 +0000 |
| commit | 11ba52fb202ad58a6133cf7b80886cb539117981 (patch) | |
| tree | 441ac40422c8d86d3277a69a19bf078ffe958862 /doc/source | |
| parent | e374ad975f1679fad6110fe9a9fc4793fbf2fc24 (diff) | |
| parent | b1de27f68a9f80db723c1b3545f95c5c9c8e7e9d (diff) | |
| download | nova-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.py | 2 |
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. |
