Skip to content

Commit

Permalink
Revert "Update .readthedocs.yaml"
Browse files Browse the repository at this point in the history
This reverts commit c5d0e2a.
  • Loading branch information
adtzlr committed Jan 23, 2025
1 parent c5d0e2a commit 586cab1
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,21 @@ version: 2
build:
os: ubuntu-lts-latest
tools:
python: "3.13"
python: "3.12"
apt_packages:
- libgl1-mesa-dev
- xvfb
- pandoc
jobs:
create_environment:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- uv venv
install:
- uv pip install .[all,docs,examples]
build:
html:
- uv run sphinx-build -T -b html docs $READTHEDOCS_OUTPUT/html

sphinx:
configuration: docs/conf.py
fail_on_warning: false

python:
install:
- method: pip
path: .
extra_requirements:
- all
- docs
- examples

0 comments on commit 586cab1

Please sign in to comment.