https://github.com/laszukdawid/PyEMD
Tip revision: 17efa921bb57fb35bc2ce381e9b624cf4e1dd4c2 authored by Dawid Laszuk on 08 December 2025, 13:54:36 UTC
devops: migrate to uv and nox
devops: migrate to uv and nox
Tip revision: 17efa92
.readthedocs.yaml
# Required
version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.8"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/conf.py
# Installing deps with: pip install -e .[doc]
python:
install:
- method: pip
path: .
extra_requirements:
- doc
