Skip to content

Commit

Permalink
Explicitly state documentation requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Jun 11, 2016
1 parent 44611b2 commit f6bab15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cogapp
bzr
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
@task
def rtd():
""" Prepare environment for read the docs """
sh("pip install -r test-requirements.txt")
sh("pip install -r docs-requirements.txt")

# ...and override caches, as we got in-process dependency update
import paver.doctools
Expand Down

0 comments on commit f6bab15

Please sign in to comment.