Skip to content

Commit

Permalink
rtd: Build the library before deploying docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zacikpa committed Jun 28, 2024
1 parent 1a2bcc1 commit f798b50
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ build:
os: ubuntu-22.04
tools:
python: latest
apt_packages:
- autoconf
- libtool
- automake
jobs:
pre_install:
- libtoolize
- autoreconf --install
- mkdir ./install
- ./configure --prefix=`pwd`/install
- echo $PKG_CONFIG_PATH
- export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:`pwd`/install/lib/pkgconfig/
- echo $PKG_CONFIG_PATH
- make
- make install
- pip install ./python

sphinx:
configuration: python/docs/conf.py
Expand Down

0 comments on commit f798b50

Please sign in to comment.