On Mon, Apr 10, 2017, at 08:40 AM, don...@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

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to