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 bcb31f0 commit d98beeeCopy full SHA for d98beee
.readthedocs.yaml
@@ -16,4 +16,8 @@ build:
16
# Build documentation in the docs/ directory with Sphinx
17
sphinx:
18
configuration: docs/conf.py
19
- fail_on_warning: true
+ fail_on_warning: false
20
+
21
+python:
22
+ install:
23
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -1,2 +1,3 @@
1
-colorama
+colorama>=0.4.6
2
termcolor
3
+ufal.udpipe
0 commit comments