Skip to content

Commit

Permalink
python: is toplevel, too
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed Sep 12, 2023
1 parent c351ab3 commit e3611c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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
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 e3611c0

Please sign in to comment.