Skip to content

Commit 215ed4f

Browse files
authored
Update docsbuild process (#287)
* Add requirements for docbuild process * Remove rst and build directories on docsbuild Signed-off-by: Webster Mudge <[email protected]>
1 parent 4057522 commit 215ed4f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docsbuild/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pushd "$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
88
trap "{ popd; }" EXIT
99

1010
# Create collection documentation into temporary directory
11-
rm -rf temp-rst
11+
rm -rf temp-rst rst build
1212
mkdir -p temp-rst
1313
chmod og-w temp-rst # antsibull-docs wants that directory only readable by itself
1414
antsibull-docs \

docsbuild/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11

2-
# Created with antsibull-docs 2.3.1.post0
2+
antsibull-docs >= 2.0.0, < 3.0.0
3+
ansible-pygments
4+
sphinx
5+
sphinx-ansible-theme >= 0.9.0

0 commit comments

Comments
 (0)