Fix docs build unknown target name error

When do the "tox docs" or "make html" in docs directory below error
is thrown in the middle of building docs and there are two broken links
in html output:

ERROR: Unknown target name: "restructuretext".
ERROR: Unknown target name: "conf override".

Change-Id: Icf4bc1b1bfbbbf2b3c2912bddd34dd5371b20afc
Closes-bug: #1510580
This commit is contained in:
Radoslaw Smigielski 2015-10-28 07:06:01 +09:00
parent 8355f191de
commit 5a325c0798
2 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ Testing may be done locally by executing:
Documentation
-------------
Documentation is developed in `reStructureText`_ (RST) and compiled into
Documentation is developed in reStructuredText_ (RST) and compiled into
HTML using Sphinx.
Documentation may be built locally by executing:
@ -128,7 +128,7 @@ Documentation may be built locally by executing:
tox -e docs
.. reStructureText: http://docutils.sourceforge.net/rst.html
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
Gating
^^^^^^

View File

@ -45,7 +45,7 @@ The LBaaS default configuration options may be changed through the
`conf override`_ mechanism using the ``neutron_lbaas_agent_ini_overrides``
dict.
.. conf override: http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-openstack.html
.. _conf override: http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-openstack.html
--------------