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:
parent
77fdd65bad
commit
6d82f675b8
@ -1,6 +1,6 @@
|
|||||||
================
|
=====================
|
||||||
Dell EMC Unity driver
|
Dell EMC Unity driver
|
||||||
================
|
=====================
|
||||||
|
|
||||||
The EMC Shared File Systems service driver framework (EMCShareDriver)
|
The EMC Shared File Systems service driver framework (EMCShareDriver)
|
||||||
utilizes the EMC storage products to provide the shared file systems to
|
utilizes the EMC storage products to provide the shared file systems to
|
||||||
|
2
tox.ini
2
tox.ini
@ -76,7 +76,7 @@ deps =
|
|||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
rm -rf doc/build
|
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.
|
# 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
|
doc8 --ignore D001 --ignore-path .tox --ignore-path doc/build --ignore-path manila.egg-info -e txt -e rst
|
||||||
whitelist_externals = rm
|
whitelist_externals = rm
|
||||||
|
Loading…
Reference in New Issue
Block a user