Skip to content

Commit

Permalink
Use --publish for openstack-doc-test
Browse files Browse the repository at this point in the history
This requires openstack-doc-test 0.11: We now can use --publish for
openstack-doc-test. This replaces --nocreate-index.

Change-Id: I5e255326ef35810504467603a98da691e26a332c
  • Loading branch information
ajaeger committed Apr 19, 2014
1 parent d000b31 commit 85e91f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ commands = openstack-doc-test --check-build {posargs}
[testenv:publishdocs]
# Prepare all documents so that they can get published on
# docs.openstack.org with just copying publish-docs/* over.
commands = openstack-doc-test --check-build --nocreate-index --force
commands = openstack-doc-test --check-build --publish --force

0 comments on commit 85e91f7

Please sign in to comment.