Skip to content
Draft
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ build:
os: ubuntu-22.04
tools:
python: "mambaforge-22.9"
jobs:
post_create_environment:
- pip install uv
post_install:
- uv pip install .[docs]
conda:
environment: docs/rtd_environment.yml
sphinx:
Expand Down
4 changes: 1 addition & 3 deletions docs/rtd_environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: dpdata
channels:
- https://repo.mamba.pm/conda-forge
dependencies:
- pip:
- ..[docs]
dependencies: []