Skip to content

Commit

Permalink
(SIMP-7017) Fix docs:pdf errors on PNG images (#354)
Browse files Browse the repository at this point in the history
SIMP-7017 #close
  • Loading branch information
op-ct authored and trevor-vaughan committed Aug 21, 2019
1 parent c9b08b9 commit 673d2cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ jobs:
# on the master branch. It always returns a 403 error, even if it's given a token.
- script: pytest -x --capture=no docs/conflib/release_mapping_test.py || true

- stage: Sphinx HTML build
- stage: Sphinx docs build
name: Sphinx HTML build
script: sphinx-build -n -b html -d sphinx_cache docs html

- stage: Sphinx docs build
name: Sphinx PDF build
script: sphinx-build -E -n -b pdf -d sphinx_cache docs pdf
if: 'env(BUILD_PDF) = yes'

- stage: Sphinx link check
script: sphinx-build -E -n -b linkcheck docs linkcheck || ( cat linkcheck/output.txt ; false )
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Babel>=2.3
Jinja2>=2.8
MarkupSafe>=0.23
Pillow>=2.9.0
Pillow>=2.9.0,<6
PyYAML>=5.1
Pygments>=2.0.2
Sphinx>=1.4.4,<1.8.0
Expand Down

0 comments on commit 673d2cd

Please sign in to comment.