Skip to content

Commit b8fbac3

Browse files
authored
Merge pull request #2673 from ploxiln/docs_build_quickfix
docs: conflict between sphinx-2.1, sphinxcontrib-asyncio
2 parents f65b180 + ecd42b6 commit b8fbac3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ dist: xenial
44
language: python
55
matrix:
66
fast_finish: true
7+
allow_failures:
8+
- python: nightly
79
addons:
810
apt:
911
packages:

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx>1.8.2
1+
sphinx>1.8.2,<2.1
22
sphinxcontrib-asyncio
33
sphinx_rtd_theme
44
Twisted

0 commit comments

Comments
 (0)