Skip to content

Commit

Permalink
Fix docs dependencies and exclude them from dev. (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Topper committed Jan 26, 2022
1 parent 8174f34 commit 19cef07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ env:
.PHONY: dev-env
dev-env: env
pipenv install -r dev-requirements.txt

.PHONY: docs-env
docs-env:
pipenv install -r docs/requirements.txt

.PHONY: dist
Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ myst-nb~=0.10
sphinx-book-theme~=0.0.39
markdown-it-py~=1.1.0
mdit-py-plugins~=0.2.8
# This transitive dependency breaks dependency resolution when the newly released 8.0.0 is taken.
ipython<8

0 comments on commit 19cef07

Please sign in to comment.