Skip to content

Commit

Permalink
Fix readthedocs build error
Browse files Browse the repository at this point in the history
  • Loading branch information
landreman committed Oct 27, 2023
1 parent 6fa8b37 commit b43e40a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# 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
Expand All @@ -11,9 +16,7 @@ sphinx:
# formats:
# - pdf

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
Expand Down

0 comments on commit b43e40a

Please sign in to comment.