Skip to content

Commit

Permalink
fix: RTD compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Jan 13, 2025
1 parent 4d136b5 commit 7be19de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ build:
- pip install uv
- uv export --group doc --no-hashes --output-file requirements.txt
post_install:
- pip install .
- pip install .[front,oidc,otp,sms]
- pip install --requirement requirements.txt
- playwright install firefox

0 comments on commit 7be19de

Please sign in to comment.