We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c6b17 commit 81f7ba8Copy full SHA for 81f7ba8
1 file changed
.readthedocs.yaml
@@ -8,13 +8,11 @@ build:
8
pre_build:
9
- |
10
python -m pip install hatch
11
- if [ "$READTHEDOCS_VERSION_TYPE" != "tag" ]; then
12
- hatch env run --env docs -- towncrier build --version Unreleased --yes
+ hatch shell docs
+ if [ "$READTHEDOCS_VERSION_TYPE" != "tag" ];
13
+ then
14
+ towncrier build --version Unreleased --yes;
15
fi
- build:
- - hatch env run --env docs build
16
- post_build:
17
- - hatch env run --env docs readthedocs
18
19
mkdocs:
20
configuration: mkdocs.yml
0 commit comments