Skip to content

Commit

Permalink
docs(rtd-build-ci): use python3 as entrypoint, rather than python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 15, 2023
1 parent 02bc6f8 commit 59e5d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ build:
# ALL JOBS implied: https://docs.readthedocs.io/en/stable/builds.html
jobs:
post_system_dependencies:
- python3.12 -m pip install --user poetry
- python3 -m pip install --user poetry
pre_install:
- python3.12 -m poetry export -o req-docs.txt -E docs
- python3 -m poetry export -o req-docs.txt -E docs


# Build documentation in the "docs/" directory with mkdocs
Expand Down

0 comments on commit 59e5d5d

Please sign in to comment.