Skip to content

Commit

Permalink
ReadTheDocs dropped support for system packages
Browse files Browse the repository at this point in the history
(cherry picked from commit f85ae08)
  • Loading branch information
drybjed committed Nov 29, 2023
1 parent 4821517 commit 777d921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ build:
os: "ubuntu-22.04"
tools:
python: "3.11"
apt_packages:
- 'graphviz'

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -26,7 +28,5 @@ formats: []

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.11
system_packages: True
install:
- requirements: 'docs/requirements.txt'

0 comments on commit 777d921

Please sign in to comment.