Hi,
Need to clone tag kilo-eol from openstack-manuals repository:
git clone https://github.com/openstack/openstack-manuals/ -b juno-eol
Install maven (this may change depending the OS you are using. IE for CentOS
yum install maven
Go to the docs folder you want to generate:
cd openstack-manuals/doc/user-guide/
Then build docs:
mvn clean generate-sources
PDF files can be found at:
openstack-manuals/doc/user-guide/target/docbkx/webhelp/user-guide.pdf
NOTE: Paths may change depending of the doc you want to build.
May not work as is an old repository and may contain already fixed bugs in newer releases.
Steps found from: https://github.com/openstack/openstac...
Regards.