Skip to content

Commit

Permalink
Adds docs/requirements.txt to be referenced in .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Sachsenheim committed Oct 17, 2024
1 parent 1323fda commit 46f565b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: 2
build:
os: ubuntu-24.04
tools:
# TODO update to 3.12 when available, tracked in #150
python: "3.12"

formats: all
Expand All @@ -13,7 +14,6 @@ python:
install:
- path: .
method: pip
- path: furo
method: pip
- requirements: docs/requirements.txt

...
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
furo
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ deck-chores = "deck_chores.main:main"
# the Dockerfile{-dev} have these values too
# .readthedocs.yml must be in parity with the Python version
# it's also all over the Github workflows
# TODO update to 3.12 when available, tracked in #150
python = "^3.12"
apscheduler = "^3.6"
cerberus = "^1.3.4"
Expand All @@ -38,7 +39,6 @@ fasteners = "^0.14"
python-dateutil = "^2.8.1"

[tool.poetry.dev-dependencies]
furo = "*"
mypy = "*"
pytest = "*"
pytest-cov = "*"
Expand Down

0 comments on commit 46f565b

Please sign in to comment.