Skip to content

Commit

Permalink
doc: silence all warnings related to Sphinx 9.0 deprecations
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Oct 4, 2024
1 parent 3c3109f commit 07ebf37
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 07ebf37

Please sign in to comment.