From 50b2fc0b08886bb71aa6279e0b9a85e9adbf2968 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 21 Jul 2017 07:45:22 +0200 Subject: [PATCH] [contributor] Update build targets With the moved content, remove obsolete build targets. Change-Id: I619ff2f14c452891d16dc6734e2eecf92b1004b1 --- doc/contributor-guide/source/docs-builds.rst | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/doc/contributor-guide/source/docs-builds.rst b/doc/contributor-guide/source/docs-builds.rst index bb31eed8dd..1e438b9dce 100644 --- a/doc/contributor-guide/source/docs-builds.rst +++ b/doc/contributor-guide/source/docs-builds.rst @@ -135,22 +135,7 @@ to run a particular job: .. code-block:: console - $ tox -e build -- contributor-guide - - - .. note:: - - This command does not work for the install-guide, as it - contains conditional content. To build specific parts of the - Installation tutorials, use the commands below: - - .. code-block:: console - - $ tox -e install-guide-debconf - $ tox -e install-guide-debian - $ tox -e install-guide-obs - $ tox -e install-guide-rdo - $ tox -e install-guide-ubuntu + $ tox -e build -- image-guide This runs the :command:`sphinx-build` command. When the build is finished, it displays in the ``openstack-manuals/publish-docs`` directory. @@ -201,7 +186,6 @@ The following individual checks are also available: * :command:`tox -e checkniceness` - to run the niceness tests (for example, to see extra whitespaces) -* :command:`tox -e checksyntax` - to run syntax checks * :command:`tox -e checklang` - to check all the translated manuals * :command:`tox -e docs` - to build only RST-sourced manuals * :command:`tox -e checkbuild` - to build all the manuals. This will also @@ -225,7 +209,7 @@ command for the guide with the ``pdf`` option. For example: .. code-block:: console - $ tox -e build -- contributor-guide --pdf + $ tox -e build -- image-guide --pdf PDF builds are accomplished using LaTeX as an intermediate format. Currently, you can generate a PDF file for a limited number of guides.