Skip to content

Commit

Permalink
ci: use "apt_packages" to install graphviz for rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
geddy11 committed Oct 31, 2024
1 parent 2e17b54 commit 41168e0
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 @@ -8,12 +8,12 @@ version: 2
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
apt_packages:
- graphviz
tools:
python: "3.11"
jobs:
post_create_environment:
# install graphviz
- apt-get install graphviz -y
# Install poetry et.al.
# https://python-poetry.org/docs/#installing-manually
- pip install poetry jupyter-book sphinx-autoapi toml numpy pandas rustworkx scipy rich matplotlib tqdm ipywidgets graphviz packaging pydot pillow
Expand Down

0 comments on commit 41168e0

Please sign in to comment.