Skip to content

Commit

Permalink
.readthedocs.yml: Fix building generation
Browse files Browse the repository at this point in the history
readthedocs now needs to configure LTP and build metadata/ first.

Fixes: 1bf344a ("doc: add tests catalog page")
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Feb 7, 2025
1 parent dc9ba89 commit fa1df0e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@ build:
tools:
python: "3.6"
apt_packages:
- autoconf
- enchant-2
- hunspell-en-us
- make
- python3-sphinx
commands:
- make autotools
- ./configure
- python3 -m virtualenv .venv
- . .venv/bin/activate
- pip install -r requirements.txt
- make -C doc/

# Build from the doc/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit fa1df0e

Please sign in to comment.