Skip to content

Commit

Permalink
use ansible 2.8 not devel for building docs (#358)
Browse files Browse the repository at this point in the history
Ansible changed their doc building tooling in ansible/ansible@019d078
This commit ensures that we can build our docs for now. We should port
our build process to the new tooling at some point, though.
  • Loading branch information
evgeni authored and Matthias Dellweg committed Jul 17, 2019
1 parent 81ca0d3 commit 02de456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Expand Up @@ -17,7 +17,7 @@ help:
.PHONY: help Makefile generate-docs

$(ANSIBLEGIT):
git clone --depth=1 https://github.com/ansible/ansible/ $(ANSIBLEGIT)
git clone --depth=1 --branch=stable-2.8 https://github.com/ansible/ansible/ $(ANSIBLEGIT)

generate-docs: $(ANSIBLEGIT)
rm -rf ./modules/
Expand Down

0 comments on commit 02de456

Please sign in to comment.