Skip to content

Commit

Permalink
Fixed readthedocs (#290)
Browse files Browse the repository at this point in the history
The ``build.os`` needs to be set in the readthedocs configuration file,
see readthedocs/readthedocs.org#8912.
  • Loading branch information
mristin authored Jan 7, 2024
1 parent 4704237 commit 7d1cd7a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ sphinx:
formats:
- pdf

# Optionally set the version of Python and requirements required to build your docs
build:
os: ubuntu-22.04
tools:
python: "3.8"

python:
version: 3.8
install:
- method: pip
path: .
Expand Down

0 comments on commit 7d1cd7a

Please sign in to comment.