Skip to content

Commit

Permalink
Suppress "WARNING: unknown mimetype for ..." when building epub #3391
Browse files Browse the repository at this point in the history
Requires Sphinx 1.5.1 or higher per
sphinx-doc/sphinx#3214
  • Loading branch information
pdurbin committed Dec 21, 2016
1 parent 52e9ec3 commit 56db0a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/sphinx-guides/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,3 +425,5 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}
# Suppress "WARNING: unknown mimetype for ..." https://github.com/IQSS/dataverse/issues/3391
suppress_warnings = ['epub.unknown_project_files']

0 comments on commit 56db0a8

Please sign in to comment.