Skip to content

Commit 44d908d

Browse files
committed
try again
1 parent 4d72870 commit 44d908d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.readthedocs.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ build:
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
1517

16-
# Build documentation using Sphinx
18+
# Build documentation using Sphinx
1719
sphinx:
1820
configuration: docs/source/conf.py
1921
fail_on_warning: true

0 commit comments

Comments
 (0)