Skip to content

Commit

Permalink
try and make sure environment is properly active
Browse files Browse the repository at this point in the history
  • Loading branch information
glow-mdsol committed Nov 16, 2023
1 parent 2fa25c3 commit ef2a93f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ build:
- asdf install poetry latest
- asdf global poetry latest
- poetry config virtualenvs.create false
pre_build:
post_install:
- poetry install --with docs
pre_build:
- poetry shell

# Build documentation in the docs/ directory with Sphinx
# Build documentation using Sphinx
sphinx:
configuration: docs/source/conf.py
fail_on_warning: true

0 comments on commit ef2a93f

Please sign in to comment.