Skip to content

Commit

Permalink
Merge branch 'master' into isort-and-autoflake-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Hananel-Hazan authored Sep 20, 2021
2 parents 5f448a2 + 12f2302 commit 4785155
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 11 deletions.
3 changes: 0 additions & 3 deletions docs/requirements.txt

This file was deleted.

235 changes: 234 additions & 1 deletion poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ isort = "^5.9.3"
black = "^21.7b0"
autoflake = "^1.4"

Sphinx = "3.4.3"
sphinx-rtd-theme = "0.5.1"
imagecodecs = "^2021.8.26"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Expand Down
7 changes: 0 additions & 7 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ formats:
python:
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs
- method: setuptools
path: .
system_packages: False


0 comments on commit 4785155

Please sign in to comment.