Skip to content

Commit

Permalink
changed build process to do less work
Browse files Browse the repository at this point in the history
  • Loading branch information
amirreza8002 committed Sep 8, 2024
1 parent 8ca02ba commit b46d63f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ build:

jobs:
pre_build:
- pip install poetry
- poetry export --without-hashes -f requirements.txt -o requirements.txt --only docs
- pip install -r requirements.txt
- pip install sphinx
- pip install sphinx-pdj-theme
sphinx:
configuration: docs/source/conf.py

formats:
- pdf
- epub
- epub

0 comments on commit b46d63f

Please sign in to comment.