Skip to content

Commit

Permalink
Fix readthedocs config file
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Sep 17, 2023
1 parent 51ea439 commit 322d421
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: doc/requirements.txt
- method: pip
path: .

build:
os: "ubuntu-22.04"
tools:
python: "3.11"
jobs:
post_checkout:
- git fetch --unshallow || true

0 comments on commit 322d421

Please sign in to comment.