Skip to content

Commit

Permalink
Merge pull request #48 from maykinmedia/feature/add-rtd
Browse files Browse the repository at this point in the history
🔧 Add configuration for readthedocs
  • Loading branch information
stevenbal authored Feb 7, 2025
2 parents 6b6cf6d + ea2b54d commit aa59f56
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.10'

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

0 comments on commit aa59f56

Please sign in to comment.