Skip to content

Commit

Permalink
[misc] Fix readthedocs config (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
slarse committed Dec 19, 2023
1 parent 5f3315d commit a668373
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 11 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
version: 2

build:
image: latest
os: ubuntu-22.04
tools:
python: "3.8"

sphinx:
configuration: docs/conf.py

python:
version: 3.8
requirements_file: requirements.test.txt
install:
- requirements: requirements.test.txt
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
colored
daiquiri
repobee>=3.4.1
.

0 comments on commit a668373

Please sign in to comment.