Skip to content

Commit

Permalink
Docs (#154)
Browse files Browse the repository at this point in the history
Reverts enough to build docs on RTD
---------

Co-authored-by: tabedzki <[email protected]>
Co-authored-by: Frank Sachsenheim <[email protected]>
  • Loading branch information
3 people authored Oct 17, 2024
1 parent 521a5cf commit 02f3ae8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ version: 2
build:
os: ubuntu-24.04
tools:
python: "3.13"
# TODO update to 3.12 when available, tracked in #150
python: "3.12"

formats: all

python:
install:
- path: .
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
4 changes: 2 additions & 2 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ 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
python = "^3.13"
# TODO update to 3.12 when available, tracked in #150
python = "^3.12"
apscheduler = "^3.6"
cerberus = "^1.3.4"
docker = {version = "^7", extras = ["ssh"]}
Expand Down

0 comments on commit 02f3ae8

Please sign in to comment.