Skip to content

Commit 1757259

Browse files
committed
Limit version allowed for Alabaster, fixes #1350
There is an issue with 0.7.5, we will blacklist the version here. The range was replicated from Sphinx, but should likely be pinned to a specific version we support in the future. This will require defining supported packages and a procedure for keeping pinned dependencies up to date.
1 parent 8fc71e5 commit 1757259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/projects/tasks.py

+1
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ def setup_environment(version):
339339
'pillow==2.6.1',
340340
'readthedocs-sphinx-ext==0.5.4',
341341
'sphinx-rtd-theme==0.1.8',
342+
'alabaster>=0.7,<0.8,!=0.7.5',
342343
'recommonmark==0.1.1',
343344
])
344345

0 commit comments

Comments
 (0)