Skip to content

Commit

Permalink
Add Read the Docs configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Koekkoek authored and k0ekk0ek committed Aug 19, 2024
1 parent 3716398 commit 9c945ca
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
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
libtoolize -c -i
./configure --with-libevent=yes --with-libssl=yes
make html
sphinx:
configuration: doc/manual/conf.py

python:
install:
- requirements: doc/manual/requirements.txt

submodules:
include: all

0 comments on commit 9c945ca

Please sign in to comment.