diff options
| author | Tim Graham <timograham@gmail.com> | 2016-06-01 11:01:37 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-06-02 11:30:53 -0400 |
| commit | 52ab0fd3543f2e0763d5aebdb792d1423b16d4ce (patch) | |
| tree | f82ace356d7e79de1429d513ae0cb8a2809731b8 | |
| parent | 777bc8f7d660147a40b61195d2e9cfa8d9750f09 (diff) | |
[1.10.x] Ignored new warnings when building the docs with Sphinx 1.4.
Backport of af3273757397fa88163174546f2b620d7b4837ed from master
| -rw-r--r-- | docs/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index e27573b80e..0d1c18e26a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -145,6 +145,9 @@ intersphinx_mapping = { # 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 |
