Skip to content

Commit

Permalink
[1.9.x] Ignored new warnings when building the docs with Sphinx 1.4.
Browse files Browse the repository at this point in the history
Backport of af32737 from master
  • Loading branch information
timgraham committed Jun 2, 2016
1 parent 84698b8 commit da3b6b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ def django_release():
# Python's docs don't change every week.
intersphinx_cache_limit = 90 # days

# The 'versionadded' and 'versionchanged' directives are overridden.
suppress_warnings = ['app.add_directive']

# -- Options for HTML output ---------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand Down

0 comments on commit da3b6b3

Please sign in to comment.