Skip to content

Commit ef18f7d

Browse files
Update .readthedocs.yaml
test
1 parent 4776594 commit ef18f7d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ build:
99
python: "3.11"
1010
jobs:
1111
pre_install:
12-
- apt-get update
13-
- apt-get install graphviz
12+
- whoami
13+
- sudo apg-get update
14+
- sudo apg-get install graphviz
1415

1516

16-
# Build documentation in the docs/ directory with Sphinx
17+
# Build documentation in the docs/ directory with Sphinx
1718
sphinx:
1819
builder: html
1920
fail_on_warning: true

0 commit comments

Comments
 (0)