Skip to content

Commit

Permalink
Adapt readthedocs configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Jun 24, 2024
1 parent 014a077 commit daf1fd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 55 deletions.
16 changes: 6 additions & 10 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: mambaforge-4.10
python: mambaforge-latest
commands:
- mamba install -c conda-forge -c nodefaults pixi
- pixi run -e docs postinstall
- pixi run -e docs docs
- pixi run -e docs readthedocs
sphinx:
configuration: docs/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- doc
- test
conda:
environment: environment.yml
formats:
- pdf
45 changes: 0 additions & 45 deletions environment.yml

This file was deleted.

0 comments on commit daf1fd0

Please sign in to comment.