Skip to content

Commit

Permalink
try once again to install furo with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisNe committed Mar 24, 2023
1 parent fb346f0 commit cd17540
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ build:
# Install poetry
# https://python-poetry.org/docs/#osx--linux--bashonwindows-install-instructions
- pip install poetry
# do this for know until fixed by furo
- pip install furo==2022.12.7
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
post_install:
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ optional = true

[tool.poetry.group.docs.dependencies]
myst-parser = ">=0.18,<0.20"
furo = "^2022.6.21"
furo = "^2022.12.7"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit cd17540

Please sign in to comment.