Skip to content

Commit

Permalink
Fix RTD dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Sep 8, 2023
1 parent dec6dae commit b2dc8a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ build:
apt_packages:
- graphviz
tools:
python: "3.10"
python: "3.11"
jobs:
post_checkout:
- git fetch --shallow-since=2022-10-01 || true
pre_install:
- git update-index --assume-unchanged docs/conf.py

sphinx:
builder: html
Expand Down

0 comments on commit b2dc8a5

Please sign in to comment.