Fix title overline too short when generate docs

when running tox -e docs locally, it failed because
the title overline too short.

Change-Id: I9b1d85f12ff559e032c465d7737e9c27efb459c3
Closes-bug: #1769073
This commit is contained in:
junboli 2018-05-04 00:00:00 +08:00
parent 77fdd65bad
commit 6d82f675b8
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
================
=====================
Dell EMC Unity driver
================
=====================
The EMC Shared File Systems service driver framework (EMCShareDriver)
utilizes the EMC storage products to provide the shared file systems to

View File

@ -76,7 +76,7 @@ deps =
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf doc/build
sphinx-build -b html doc/source doc/build/html
sphinx-build -W -b html doc/source doc/build/html
# Ignore D001 since we allow lines in excess of 79 characters.
doc8 --ignore D001 --ignore-path .tox --ignore-path doc/build --ignore-path manila.egg-info -e txt -e rst
whitelist_externals = rm