Skip to content

Commit

Permalink
Merge pull request #134 from gbif/CecSve-patch-4
Browse files Browse the repository at this point in the history
Update .readthedocs.yaml
  • Loading branch information
CecSve committed Mar 6, 2024
2 parents 6f4bc1e + 0103134 commit 272fc66
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,22 @@ version: 0.2.1
build:
os: ubuntu-22.04
tools:
python: "3.9"

python: "3.11"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
fail_on_warning: true

formats:
- pdf
- epub

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: requirements.txt
# Install pygbif before building the docs
- method: pip
path: .

0 comments on commit 272fc66

Please sign in to comment.