Skip to content

Commit

Permalink
add sphinx_rtd_theme to the doc install script
Browse files Browse the repository at this point in the history
  • Loading branch information
dkliban committed Sep 17, 2018
1 parent 14a12ac commit 55101fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pushd pulpcore/ && pip install -e . && popd
pushd plugin/ && pip install -e . && popd

if [ "$TEST" = 'docs' ]; then
pip3 install sphinx sphinxcontrib-openapi
pip3 install sphinx sphinxcontrib-openapi sphinx_rtd_theme
return "$?"
fi

Expand Down

0 comments on commit 55101fc

Please sign in to comment.