Skip to content

Commit

Permalink
fix .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycolin authored and justdave committed Sep 12, 2023
1 parent 764a0f2 commit c270af9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ build:
python: "3.11"
apt_packages:
- libfile-copy-recursive-perl
sphinx:
configuration: docs/en/rst/conf.py
python:
install:
- requirements: docs/requirements.txt
jobs:
post_build:
- perl docs/makedocs.pl --pod-only
- cp -rp docs/en/html/integrating/api/ "$READTHEDOCS_OUTPUT/html/integrating/api"
- cp -p docs/en/html/style.css "$READTHEDOCS_OUTPUT/html/"
sphinx:
configuration: docs/en/rst/conf.py
python:
install:
- requirements: docs/requirements.txt

0 comments on commit c270af9

Please sign in to comment.