summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorAttila Fazekas <afazekas@redhat.com>2013-07-24 10:25:02 +0200
committerAttila Fazekas <afazekas@redhat.com>2013-07-24 13:49:14 +0200
commit58d23301ba51be2e8e96e906ea5d134cb2211542 (patch)
tree9b8ba88948ee83ee35b2dc545e621c0e7b92bd26 /HACKING.rst
parent47ff791416dea008a51e0a2b36b088778c0e1fb5 (diff)
downloadtempest-58d23301ba51be2e8e96e906ea5d134cb2211542.tar.gz
Fixing man page generation
The man page generation failed with sphinx v1.1.3 and docutils 0.10 and 0.11. Adding docutils==0.9.1 to the test-requirements.txt in order to solve this issue. The docutils==0.9.1 is on the common OpenStack dependency list. Several doc creation warning and error also fixed by this change. Change-Id: Icb412876f5a989e6b8aa4886f2a246127a76521a
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst
index c35bae7da..1eb2d4f1f 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -32,7 +32,7 @@ Test Data/Configuration
Exception Handling
------------------
According to the ``The Zen of Python`` the
- ``Errors should never pass silently.``
+``Errors should never pass silently.``
Tempest usually runs in special environment (jenkins gate jobs), in every
error or failure situation we should provide as much error related
information as possible, because we usually do not have the chance to