Skip to content

Commit

Permalink
Single build section
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Sep 8, 2023
1 parent 27b6c5a commit a6efcfd
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Config for building https://did.readthedocs.io/
version: 2

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

python:
install:
- method: pip
path: .
extra_requirements: [all]

build:
os: ubuntu-22.04
tools:
python: "3.11"
apt_packages:
- python3-dev
- libkrb5-dev

0 comments on commit a6efcfd

Please sign in to comment.