##// END OF EJS Templates
Fix diagrams by reinstating graphiz (#14272)...
Fix diagrams by reinstating graphiz (#14272) copying https://github.com/jupyter/jupyter/pull/714 resolves part of #14213 Check my work! I haven't worked with readthedocs myself, I'm just blindly copying what worked for Jupyter.

File last commit:

r28550:923b56ea
r28553:d0e25442 merge
Show More
.readthedocs.yaml
18 lines | 380 B | text/x-yaml | YamlLexer
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
apt_packages:
- graphviz
sphinx:
configuration: docs/source/conf.py
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt