Skip to content
Merged
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
62 changes: 0 additions & 62 deletions .flake8

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ docs/_*/*
pip-wheel-metadata/
htmlcov/
.qodo

docs/autoapi/*
22 changes: 14 additions & 8 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ version: 2
sphinx:
configuration: docs/conf.py

conda:
environment: docs/environment.yaml

python:
version: 3.13
install:
- method: pip
path: .
system_packages: true
build:
os: ubuntu-24.04
tools:
python: latest

jobs:
pre_create_environment:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
create_environment:
- uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
install:
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs
142 changes: 0 additions & 142 deletions CONTRIBUTING.rst

This file was deleted.

50 changes: 0 additions & 50 deletions INSTALLATION.rst

This file was deleted.

Loading
Loading