Skip to content

Commit

Permalink
add RTD configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed Apr 16, 2024
1 parent 3945821 commit 6f123c9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.12"
apt_packages:
- libdjvulibre-dev
jobs:
pre_build:
- python -m pip install Cython
- python setup.py build_ext --inplace

sphinx:
configuration: doc/api/conf.py

python:
install:
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit 6f123c9

Please sign in to comment.