Skip to content

Commit

Permalink
rever fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Nov 4, 2019
1 parent 0f85207 commit dbba94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rever.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $GHPAGES_REPO = '[email protected]:regro/conda-press-docs.git'

$DOCKER_CONDA_DEPS = [
'sphinx', 'recommonmark', 'ruamel.yaml', 'numpydoc', 'xonsh', 'conda', 'tqdm',
'lazyasd', 'virtualenv', 'requests'
'lazyasd', 'virtualenv', 'requests', 'cloud_sptheme',
]
$DOCKER_INSTALL_COMMAND = 'git clean -fdx && pip install --no-deps .'
$DOCKER_GIT_NAME = 'conda-press'
Expand Down

0 comments on commit dbba94c

Please sign in to comment.