Skip to content

Commit baf1e7b

Browse files
committed
Suppress external image warnings when building docs
1 parent a21c9bc commit baf1e7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
# If your documentation needs a minimal Sphinx version, state it here.
2727
needs_sphinx = '1.3'
2828

29+
suppress_warnings = ['image.nonlocal_uri']
30+
2931
# Add any Sphinx extension module names here, as strings. They can be extensions
3032
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
3133
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',

0 commit comments

Comments
 (0)