Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
added formats, requirements and general updates
  • Loading branch information
CecSve committed Mar 5, 2024
1 parent 798a715 commit 0103134
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 0103134

Please sign in to comment.