Skip to content

Commit

Permalink
Fix for RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Feb 8, 2025
1 parent 5475973 commit 4f578b7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ python:

build:
os: "ubuntu-22.04"
apt_packages:
- gcc
- python3-dev
- libldap2-dev
- libssl-dev
- libsasl2-dev
tools:
python: "3.9"
jobs:
pre_install:
- apt-get install gcc python3-dev libldap2-dev libssl-dev libsasl2-dev
post_install:
- echo "Generating API schema file"
- pip install -U invoke
Expand Down

0 comments on commit 4f578b7

Please sign in to comment.