Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions doc/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@

{%- endif %}


<div id="annc-banner">
<p>Matplotlib is partcipating in GSOC 2020!
<a href="https://discourse.matplotlib.org/t/gsoc-due-march-31-18-00utc/20975"> See discourse for details.
</a>
Apply by March 31, 2020.</p>
</div>

<div id="annc-banner">
<p>John Hunter Excellence in Plotting Contest 2020
<a href="https://jhepc.github.io/about.html"> submissions are open!
Expand Down
4 changes: 3 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ def _check_dependencies():
else:
autodoc_default_options = {'members': None, 'undoc-members': None}

nitpicky = True
# missing-references names matches sphinx>=3 behavior, so we can't be nitpicky
# for older sphinxes.
nitpicky = sphinx.version_info >= (3,)
# change this to True to update the allowed failures
missing_references_write_json = False
missing_references_warn_unused_ignores = False
Expand Down
Loading