Update to openstack-doc-tools 0.31 and use doc-tools-build-rst file from that repo. Change-Id: Ie4a91aba59888f5a203e55ecd398e04513030e8b
7 lines
122 B
Bash
Executable File
7 lines
122 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
mkdir -p publish-docs
|
|
|
|
doc-tools-build-rst security-guide --build build \
|
|
--target security-guide
|