Skip to content

Commit

Permalink
change dirs in read teh docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltopo committed Oct 15, 2024
1 parent 3e29a68 commit 785d1cc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ build:
post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- pip install poetry
# - pip install poetry
- asdf plugin add poetry
- asdf install poetry latest
- asdf global poetry latest
- poetry config virtualenvs.create false
post_install:
# VIRTUAL_ENV needs to be set manually for now.
# See https://github.com/readthedocs/readthedocs.org/pull/11152/
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install
- pwd && ls
- . "$READTHEDOCS_VIRTUALENV_PATH/bin/activate" && cd docs && poetry install

mkdocs:
configuration: mkdocs.yml
configuration: docs/mkdocs.yml

0 comments on commit 785d1cc

Please sign in to comment.