Skip to content

Commit d98beee

Browse files
committed
readthedocs build fails because of missing colorama
1 parent bcb31f0 commit d98beee

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ build:
1616
# Build documentation in the docs/ directory with Sphinx
1717
sphinx:
1818
configuration: docs/conf.py
19-
fail_on_warning: true
19+
fail_on_warning: false
20+
21+
python:
22+
install:
23+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
colorama
1+
colorama>=0.4.6
22
termcolor
3+
ufal.udpipe

0 commit comments

Comments
 (0)