Skip to content

Commit

Permalink
fix: update a deprecated config key so tests can run properly again
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-i-am committed Mar 21, 2024
1 parent 2b5e5b1 commit 59749aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@

# Required
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
fail_on_warning: true

python:
version: 3.8
install:
- requirements: requirements/doc.txt

0 comments on commit 59749aa

Please sign in to comment.