Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pyproject.toml and readthedocs.yml #695

Merged
merged 3 commits into from
Jan 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2
conda:
environment: ci/environment-docs.yml

build:
os: "ubuntu-20.04"
os: "ubuntu-24.04"
tools:
python: "mambaforge-4.10"
python: "mambaforge-latest"

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

# Optionally declare the Python requirements required to build your docs
conda:
environment: ci/environment-docs.yml
Loading