Skip to content
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
15 changes: 6 additions & 9 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,23 @@
# Read the Docs configuration file
version: 2

# Python config
# Set the OS and build tools
build:
os: ubuntu-22.04
tools:
python: mambaforge-latest
python: "mambaforge-latest"

# Conda settings
conda:
environment: ./environment.yml

# Sphinx settings
sphinx:
configuration: ./docs/conf.py
builder: html

# Python settings
python:
install:
- method: pip
path: .

commands:
pre_build:
- locale -a
- export LC_ALL=en_US.UTF-8
- export LANG=en_US.UTF-8
- pip install .