Skip to content

Commit 3fc17ee

Browse files
committed
Skip towncrier in RTD build when no fragments.
Retry Now with no fragments.
1 parent 0285092 commit 3fc17ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build:
2020
- git stash pop
2121
pre_build:
2222
- cd docs; make allapi
23-
- cd docs; make towncrier
23+
- if [ -e docs/changelog_fragments/*.rst ]; then cd docs; make towncrier; fi
2424

2525
conda:
2626
environment: requirements/readthedocs.yml

0 commit comments

Comments
 (0)