openstack-manuals/doc/doc-contrib-guide/source/doc-tools/installation.rst
Alexandra Settle 85107272be [contrib-guide] Updating url to doc-contrib-guide
Based off conversation at the PTG, we agreed it would be
beneficial to ensure the contrib-guide is clearly marked
as the doc contrib guide outside of the title.

This change includes a redirect.

Change-Id: I5abf915f0b94a482afa961e6b86364c26aae5d79
2017-09-22 14:57:47 +00:00

707 B

Install OpenStack documentation tools

To install the documentation toolkit:

  1. Verify that you have installed the prerequisites.

  2. Install the openstack-doc-tools package:

    $ pip install openstack-doc-tools

    If you have virtualenvwrapper installed, run:

    $ mkvirtualenv openstack-doc-tools
    $ pip install openstack-doc-tools
  3. To use openstack-doc-tools, import the tools to a project:

    import os_doc_tools