Skip to content

Commit acb468e

Browse files
committed
.readthedocs.yml: Fix building generation
readthedocs now needs to configure LTP and build metadata/ first. Fixes: 1bf344a ("doc: add tests catalog page") Signed-off-by: Petr Vorel <[email protected]>
1 parent dc9ba89 commit acb468e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.readthedocs.yml

+10
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,18 @@ build:
55
tools:
66
python: "3.6"
77
apt_packages:
8+
- autoconf
89
- enchant-2
910
- hunspell-en-us
11+
- make
12+
- python3-sphinx
13+
commands:
14+
- make autotools
15+
- ./configure
16+
- python3 -m virtualenv .venv
17+
- . .venv/bin/activate
18+
- pip install -r doc/requirements.txt
19+
- make -C doc/
1020

1121
# Build from the doc/ directory with Sphinx
1222
sphinx:

0 commit comments

Comments
 (0)