We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d908d commit c1376dbCopy full SHA for c1376db
.readthedocs.yaml
@@ -7,15 +7,14 @@ build:
7
tools:
8
python: "3.10"
9
jobs:
10
- pre_create_environment:
+ post_create_environment:
11
- pip install poetry
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
18
- # Build documentation using Sphinx
+
+# Build documentation using Sphinx
19
sphinx:
20
configuration: docs/source/conf.py
21
fail_on_warning: true
0 commit comments