Skip to content

Commit

Permalink
Remove sphinx-autobuild for PyPy3 :(
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Sep 7, 2017
1 parent c55f41f commit 816a9cf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 26 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ test: lint
tox:
tox

# This requires sphinx-autobuild. It is not listed in the Pipfile because
# PyPy3 does not like it and causes CI to fail. :(
watch:
pipenv run sphinx-autobuild docs/source docs/build/html
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pytest-pythonpath = "*"
flake8 = "*"
Sphinx = "*"
sphinx_rtd_theme = "*"
sphinx-autobuild = "*"

[packages]
six = "*"
39 changes: 14 additions & 25 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 816a9cf

Please sign in to comment.