Skip to content

Commit

Permalink
doc: silence all warnings related to Sphinx 9.0 deprecations (#14208)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomponline authored Oct 4, 2024
2 parents 3c3109f + 07ebf37 commit a8ff668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/custom_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# XXX: workaround for https://github.com/executablebooks/sphinx-tabs/issues/197
import warnings
warnings.filterwarnings("ignore", message='The str interface for _JavaScript objects is deprecated. Use js.filename instead.')
warnings.filterwarnings("ignore", message='RemovedInSphinx90Warning: ')

# Custom configuration for the Sphinx documentation builder.
# All configuration specific to your project should be done in this file.
Expand Down

0 comments on commit a8ff668

Please sign in to comment.