Skip to content

Commit

Permalink
Merge pull request #3542 from IQSS/3391-suppress-epub-warnings
Browse files Browse the repository at this point in the history
Suppress "WARNING: unknown mimetype for ..." when building epub #3391
  • Loading branch information
kcondon authored Jan 12, 2017
2 parents 0f56de5 + 56db0a8 commit da4bbc6
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 da4bbc6

Please sign in to comment.