Skip to content

Commit

Permalink
🐛 Fix readthedocs (#3349)
Browse files Browse the repository at this point in the history
* 🐛 Fix readthedocs
  • Loading branch information
Marigold authored and paarriagadap committed Oct 6, 2024
1 parent fcda381 commit 87aba69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
- git submodule init
- git submodule update
- pip install -U uv
- uv install
- uv sync --all-extras
- uv run mkdocs build
- mkdir -p _readthedocs
- cp -r site/ _readthedocs/html/
Expand Down

0 comments on commit 87aba69

Please sign in to comment.