Skip to content

Commit

Permalink
docs(rtd-build): manually install artificial_artwork package (in edit…
Browse files Browse the repository at this point in the history
… mode)
  • Loading branch information
boromir674 committed Nov 15, 2023
1 parent 52684f3 commit 6755b57
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ build:
# post_system_dependencies:
# - python3 -m pip install --user poetry
pre_install:
- python3 -m pip install poetry
- python3 -m poetry export -o req-docs.txt -E docs
- python --version
# generate compatible and pinned dependencies in pip format, for python3.8
- python -m pip install poetry
- python -m poetry export -o req-docs.txt -E docs
post_install:
- python -m pip install -e .


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

0 comments on commit 6755b57

Please sign in to comment.