Skip to content

Commit

Permalink
fix: add build time dependency for the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Jan 28, 2024
1 parent bd11534 commit 00b4336
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python:
version: "3.12"
install:
- requirements: docs/requirements.txt
sphinx:
configuration: docs/conf.py

0 comments on commit 00b4336

Please sign in to comment.