Skip to content

Commit

Permalink
🔧 Added RTD config.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeribekker committed Aug 6, 2024
1 parent 565246a commit 3990695
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 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

sphinx:
configuration: docs/conf.py

build:
os: 'ubuntu-20.04'
apt_packages:
- libxml2-dev
- libxmlsec1-dev
- libxmlsec1-openssl
- wget
tools:
python: '3.11'

python:
install:
- requirements: requirements/dev.txt

0 comments on commit 3990695

Please sign in to comment.