Skip to content

Commit

Permalink
Fix RTD build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Dec 7, 2019
1 parent bb58448 commit 4017815
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 28 deletions.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# force RTD to use Sphinx 2.2
sphinx==2.2.1
sphinx==2.2
cached-property==1.5.1; python_version < '3.8'
37 changes: 16 additions & 21 deletions poetry.lock

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

7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ python = "<3.8"
pytest = "^5.3.1"
pytest-cov = "^2.8.1"
# pytest-pspec = "^0.0.4"
sphinx = "^2.2.1"
sphinx = "^2.2.2"
sphinx-rtd-theme = "^0.4.3"
flake8 = "^3.7.9"
flake8-docstrings = "^1.5.0"
Expand All @@ -55,11 +55,6 @@ flake8-mypy = "^17.8.0"
git = "https://github.com/ROpdebee/pytest-pspec"
branch = "aad7ff1"

[tool.poetry.extras]
test = ["pytest", "pytest-cov", "pytest-pspec"]
docs = ["sphinx", "sphinx-rtd-theme"]
lint = ["flake8", "flake8-docstrings", "flake8-mypy"]

[tool.poetry.urls]
"Bug tracker" = "https://github.com/ObserverOfTime/yaenv/issues"

Expand Down

0 comments on commit 4017815

Please sign in to comment.