06d7ac27b7
Use sphinx-build and cleanup unused config. Switch to openstackdocstheme 1.20.0 and remove obsolete settings from conf.py files. Update some RST files, they had wrong indentation. Change-Id: Iaad2841db809f8a343fb8b1031cf8d0587d70442
17 lines
271 B
ReStructuredText
17 lines
271 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
At the command line:
|
|
|
|
.. code-block:: console
|
|
|
|
$ pip install openstack-doc-tools
|
|
|
|
Or, if you have virtualenvwrapper installed:
|
|
|
|
.. code-block:: console
|
|
|
|
$ mkvirtualenv openstack-doc-tools
|
|
$ pip install openstack-doc-tools
|