Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Install graphviz by apt
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Jan 14, 2024
1 parent d796b56 commit 6fb8154
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ sphinx:

build:
os: ubuntu-22.04
apt_packages:
- graphviz
tools:
python: "3.9"

Expand Down
5 changes: 3 additions & 2 deletions extra_requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ m2r==0.2.1
mistune==0.8.4
nbsphinx==0.8.9
recommonmark==0.7.1
sphinx==5.2.3
sphinx_rtd_theme==1.0.0
sphinx==7.1.2
sphinx_rtd_theme==1.3.0
Jinja2==3.0.3
urllib3==2.1.0
1 change: 0 additions & 1 deletion extra_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ coveralls
pytest-cov
pytest-notebook
ipython_genutils

0 comments on commit 6fb8154

Please sign in to comment.