Skip to content

Commit c3da707

Browse files
authored
Merge pull request #557 from yahoo/leewyang_doc_3
more doc fixes
2 parents 2495585 + 2e6b047 commit c3da707

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.travis.settings.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

screwdriver.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- update_version: |
4646
echo 'using version from setup.cfg'
4747
- publish_documentation: |
48-
$BASE_PYTHON -m pip install sphinx_rtd_theme
48+
$BASE_PYTHON -m pip install sphinx_rtd_theme tensorflow
4949
$BASE_PYTHON -m screwdrivercd.documentation
5050
5151
publish_test_pypi:
@@ -74,5 +74,5 @@ jobs:
7474
- update_version: |
7575
echo 'using version from setup.cfg'
7676
- publish_documentation: |
77-
$BASE_PYTHON -m pip install sphinx_rtd_theme
77+
$BASE_PYTHON -m pip install sphinx_rtd_theme tensorflow
7878
$BASE_PYTHON -m screwdrivercd.documentation

0 commit comments

Comments
 (0)