From 5a325c079878927cb7e9730801481fb8417a056d Mon Sep 17 00:00:00 2001 From: Radoslaw Smigielski Date: Wed, 28 Oct 2015 07:06:01 +0900 Subject: [PATCH] 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 --- doc/source/developer-docs/scripts.rst | 4 ++-- doc/source/install-guide/configure-lbaas.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/developer-docs/scripts.rst b/doc/source/developer-docs/scripts.rst index 937903f87b..846a573d3d 100644 --- a/doc/source/developer-docs/scripts.rst +++ b/doc/source/developer-docs/scripts.rst @@ -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 ^^^^^^ diff --git a/doc/source/install-guide/configure-lbaas.rst b/doc/source/install-guide/configure-lbaas.rst index ba100b29b4..f9b4425ea9 100644 --- a/doc/source/install-guide/configure-lbaas.rst +++ b/doc/source/install-guide/configure-lbaas.rst @@ -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 --------------