Skip to content

Commit 1a531cd

Browse files
committed
.readthedocs.yaml: use pip instead of apt to install sphinxcontrib.blockdiag
apt did not work: ModuleNotFoundError: No module named 'sphinxcontrib.blockdiag' ... but I don't know why. I don't know what I'm doing, sigh.
1 parent d9ad267 commit 1a531cd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 2
22

3-
build:
4-
apt_packages:
5-
- python3-sphinxcontrib.blockdiag
3+
python:
4+
install:
5+
- requirements: doc/requirements.txt

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinxcontrib-blockdiag

0 commit comments

Comments
 (0)