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
3 changes: 3 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
types:
- published

permissions:
contents: write

jobs:
build:
# only build and deploy docs if the actor is not dependabot
Expand Down
11 changes: 5 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
---
version: 2

build:
Expand All @@ -14,8 +11,10 @@ build:
post_create_environment:
- pip install uv
post_install:
- uv sync --group docs
- uv pip install -e .
- uv export --group docs --no-hashes --no-emit-project |
uv pip install -r -

# Build documentation in the "docs/" directory with Sphinx
sphinx:
builder: html
configuration: docs/src/conf.py
111 changes: 49 additions & 62 deletions docs/src/notebooks/walkthrough.ipynb

Large diffs are not rendered by default.

Loading