We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
has_latex_package
1 parent bb8896b commit f589569Copy full SHA for f589569
src/sphinxnotes/strike/__init__.py
@@ -81,7 +81,7 @@ def setup(app: Sphinx):
81
latex_packages = ('ulem', 'normalem')
82
for latex_package in latex_packages:
83
# If the package is already added and we add it again, Sphinx will warn.
84
- if not app.has_latex_package(latex_package):
+ if not app.registry.has_latex_package(latex_package):
85
app.add_latex_package(latex_package)
86
87
app.add_node(
0 commit comments