Skip to content

Commit

Permalink
doc: silence warning caused by sphinx-tabs
Browse files Browse the repository at this point in the history
Workaround executablebooks/sphinx-tabs#197

Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Oct 1, 2024
1 parent 538cfa3 commit 4c0b4bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/custom_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
from git import Repo
import filecmp

# 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.')

# 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 4c0b4bd

Please sign in to comment.