We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d72870 commit 44d908dCopy full SHA for 44d908d
.readthedocs.yaml
@@ -12,8 +12,10 @@ build:
12
- poetry config virtualenvs.create false
13
post_install:
14
- 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
17
-# Build documentation using Sphinx
18
+ # Build documentation using Sphinx
19
sphinx:
20
configuration: docs/source/conf.py
21
fail_on_warning: true
0 commit comments