We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97b624 commit 8e1368eCopy full SHA for 8e1368e
2 files changed
setup.cfg
@@ -8,4 +8,4 @@ filterwarnings =
8
# Same as above, but for python3.10 it is a pending deprecation
9
ignore:nodes.Node.traverse:PendingDeprecationWarning
10
# More rinoh warning
11
- ignore:TeX Gyre Pagella does not include:rinoh.warnings.RinohWarning
+ ignore:TeX Gyre Pagella does not include:rinoh.warnings.RinohWarning
sphinx_tabs/tabs.py
@@ -3,8 +3,6 @@
3
import base64
4
from pathlib import Path
5
from functools import partial
6
-import sphinx
7
-
from docutils import nodes
from docutils.parsers.rst import directives
0 commit comments