Skip to content

Commit

Permalink
build online: added alabaster!=0.7.4 to req following readthedocs/rea…
Browse files Browse the repository at this point in the history
  • Loading branch information
PyrApple committed Jun 19, 2015
1 parent c10ba73 commit 60dfd9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-build-online.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Sphinx==1.2.2
sphinx-rtd-theme==0.1.6
CommonMark==0.5.4
six==1.9.0
alabaster!=0.7.5
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
zip_safe=False,
install_requires=[
'CommonMark',
'six'
'six',
'alabaster'
]
)

0 comments on commit 60dfd9d

Please sign in to comment.