Skip to content

Commit

Permalink
[chores] Fixed ReadTheDocs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Nov 18, 2023
1 parent 7cf4490 commit 95ad354
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ version: 2
# Build all formats
formats: all

build:
os: ubuntu-22.04
tools:
python: "3.8"

sphinx:
configuration: docs/source/conf.py

python:
version: 3.8
install:
- requirements: requirements-test.txt
- method: pip
path: .[saml,openvpn_status]
system_packages: true

0 comments on commit 95ad354

Please sign in to comment.