Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tpike3 committed Jun 8, 2024
1 parent f50aad8 commit f94113a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ build:
jobs:
#build an environment
pre-install:
- export CUSTOM_ENV_DIR= /docs/build/
- mkdir -p $CUSTOM_ENV_DIR
- conda env create -p $CUSTOM_ENV_DIR -f docs/source/environment.yml
- export READTHEDOCS_VIRTUALENV_PATH=$CUSTOM_ENV_DIR
- "export CUSTOM_ENV_DIR= /docs/build/"
- "mkdir -p $CUSTOM_ENV_DIR"
- "conda env create -p $CUSTOM_ENV_DIR -f docs/source/environment.yml"
- "export READTHEDOCS_VIRTUALENV_PATH=$CUSTOM_ENV_DIR"
post_install:
# Run the build commands within the specified environment
- conda run -p $READTHEDOCS_VIRTUALENV_PATH sphinx-build -M html docs/source/ docs/build/
- "conda run -p $READTHEDOCS_VIRTUALENV_PATH sphinx-build -M html docs/source/ docs/build/"

python:
install:
Expand Down

0 comments on commit f94113a

Please sign in to comment.