Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienWehrle committed Dec 1, 2024
1 parent 9e3e188 commit e0b7000
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@
# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
build:
os: "ubuntu-20.04"
tools:
python: "mambaforge-4.10"

# Build documentation in the doc/ directory with Sphinx
sphinx:
configuration: docs/conf.py
fail_on_warning: false

# Optionally build your docs in additional formats such as PDF and ePub
formats: []
# Build the doc in offline formats
formats:
- pdf
- htmlzip

python:
version: 3.7
install:
- requirements: dev-requirements.txt
- method: pip
path: .
conda:
environment: dev-environment.yml

0 comments on commit e0b7000

Please sign in to comment.