Skip to content

Commit

Permalink
switch the pre -> post
Browse files Browse the repository at this point in the history
  • Loading branch information
glow-mdsol committed Nov 17, 2023
1 parent 44d908d commit c1376db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ build:
tools:
python: "3.10"
jobs:
pre_create_environment:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs
commands:
- python -m sphinx -T -E -W --keep-going -b html -d _build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html

# Build documentation using Sphinx

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

0 comments on commit c1376db

Please sign in to comment.