Skip to content

Commit c1376db

Browse files
committed
switch the pre -> post
1 parent 44d908d commit c1376db

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.readthedocs.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ build:
77
tools:
88
python: "3.10"
99
jobs:
10-
pre_create_environment:
10+
post_create_environment:
1111
- pip install poetry
1212
- poetry config virtualenvs.create false
1313
post_install:
1414
- poetry install --with docs
15-
commands:
16-
- python -m sphinx -T -E -W --keep-going -b html -d _build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html
1715

18-
# Build documentation using Sphinx
16+
17+
# Build documentation using Sphinx
1918
sphinx:
2019
configuration: docs/source/conf.py
2120
fail_on_warning: true

0 commit comments

Comments
 (0)