Skip to content

Commit

Permalink
Move Sphinx dependency out of package depedency (cloudevents#17)
Browse files Browse the repository at this point in the history
Contributes to cloudevents#16

Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
  • Loading branch information
Lawouach authored and denismakogon committed Apr 19, 2019
1 parent 7508d3c commit 3084ca5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sphinx==1.8.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Sphinx==1.8.2

1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
usedevelop = True
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
-r{toxinidir}/docs-requirements.txt
commands = find . -type f -name "*.pyc" -delete
whitelist_externals = find
rm
Expand Down

0 comments on commit 3084ca5

Please sign in to comment.