Skip to content

Commit

Permalink
chore: add .readthedocs.yaml (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Apr 25, 2024
1 parent b2ca6ea commit 2f6ac84
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_checkout:
- git fetch --unshallow || true

# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: dirhtml
configuration: docs/conf.py
fail_on_warning: true

# Optionally declare the Python requirements for building your docs
python:
install:
- requirements: docs/.sphinx/requirements.txt

0 comments on commit 2f6ac84

Please sign in to comment.