Skip to content

Commit

Permalink
Fix .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Koekkoek committed Aug 5, 2024
1 parent 42e49b9 commit 30e4c65
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,31 @@ version: 2

build:
os: ubuntu-22.04
apt_packages:
- autoconf
- automake
- libtool
- make
- libevent-dev
- libssl-dev
- flex
- bison
- mandoc
tools:
python: "3"
jobs:
pre_build:
- |
autoconf && autoheader
./configure --with-libevent=yes --with-libssl=yes
make html
sphinx:
configuration: source/conf.py
configuration: doc/manual/conf.py

python:
install:
- requirements: requirements.txt

# Build PDF & ePub
formats:
- epub
- pdf
- requirements: doc/manual/requirements.txt

submodules:
include: all

0 comments on commit 30e4c65

Please sign in to comment.