
Separate User Guides cleanly, there's little benefit in having them in one directory and it causes quite some strange sphinx challenges. Temporarily disable translation of the guides since first a new release of openstack-doc-tools is needed. Partial implements bp reorganise-user-guides Change-Id: I9e41bb67397c5bc26c1940f67387f3e42a9c5cbc
6 lines
204 B
Bash
Executable File
6 lines
204 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
tools/build-rst.sh doc/user-guide --glossary --tag user_only --build build
|
|
# No need to build the glossary again here.
|
|
tools/build-rst.sh doc/user-guide-admin --tag admin_only --build build
|