From 6d82f675b88ab8135e86f939f3fdab762085558c Mon Sep 17 00:00:00 2001 From: junboli Date: Fri, 4 May 2018 00:00:00 +0800 Subject: [PATCH] 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 --- .../shared-file-systems/drivers/dell-emc-unity-driver.rst | 4 ++-- tox.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/configuration/shared-file-systems/drivers/dell-emc-unity-driver.rst b/doc/source/configuration/shared-file-systems/drivers/dell-emc-unity-driver.rst index 51136ec86f..3cd58a4c62 100644 --- a/doc/source/configuration/shared-file-systems/drivers/dell-emc-unity-driver.rst +++ b/doc/source/configuration/shared-file-systems/drivers/dell-emc-unity-driver.rst @@ -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 diff --git a/tox.ini b/tox.ini index 0e5c0b3ce0..cd2ff443a8 100644 --- a/tox.ini +++ b/tox.ini @@ -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