Skip to content

Commit 874933b

Browse files
committed
ENH: dvipng
1 parent d1c8f0a commit 874933b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
language: python
44
dist: xenial
55
sudo: false
6+
addons:
7+
apt:
8+
packages:
9+
- dvipng
610
matrix:
711
include:
812
- python: 3.7

numpydoc/tests/test_full.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from io import StringIO
21
import os.path as op
32
import shutil
43

@@ -27,7 +26,7 @@ def ignore(src, names):
2726
# https://github.com/sphinx-doc/sphinx/issues/5038
2827
with docutils_namespace():
2928
app = Sphinx(src_dir, conf_dir, out_dir, toctrees_dir,
30-
buildername='html', status=StringIO())
29+
buildername='html')
3130
# need to build within the context manager
3231
# for automodule and backrefs to work
3332
app.build(False, [])

0 commit comments

Comments
 (0)