Skip to content

Commit f54482a

Browse files
committed
___ wip: try to tweak RTD build/installation steps
1 parent 3482622 commit f54482a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ build:
66
python: "3.14"
77
apt_packages:
88
- libzbar-dev
9+
jobs:
10+
install:
11+
- pip install -r requirements-dev.txt
12+
- pip install build
13+
- python -m build
914

1015
sphinx:
1116
configuration: docs/conf.py

0 commit comments

Comments
 (0)