Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert filterwarnings in conf.py
  • Loading branch information
rhshadrach committed Jul 13, 2023
commit 5f08fbe39ba7eaf6fca5c0dab60a97841ae058e3
8 changes: 0 additions & 8 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,14 +376,6 @@
os.chdir(r'{os.path.dirname(os.path.dirname(__file__))}')
"""

warnings.filterwarnings(
"ignore",
category=UserWarning,
message=(
"Matplotlib is currently using agg, which is a "
"non-GUI backend, so cannot show the figure."
),
)

html_context = {
"redirects": dict(moved_api_pages),
Expand Down