[Openstack] Is there a way to download an offline openstack DOC's copy

Clark Boylan cboylan at sapwetik.org
Mon Apr 10 16:02:21 UTC 2017


On Mon, Apr 10, 2017, at 08:40 AM, dongjh at ahope.com.cn wrote:
> Hi all,
> 
> I want to get an offline copy of the openstack documents, but most of the
> ducuments are online HTML, it is not convenient, how can i download all
> the DOC's ?
> 
> Thank you.

Depending on your needs it might make the most sense to build the docs
locally.

git clone https://git.openstack.org/openstack/openstack-manauls
cd openstack-manuals
tox -e docs

Then you should have all the html built locally in
openstack-manuals/doc/$document/build/html. Note that the initial
investment here is high as you have to download the git repo, all the
build dependencies, and then build the docs, but most of the cost should
be upfront and once you have done it you can build all the docs at
various versions.

Hope this helps,
Clark




More information about the Openstack mailing list