File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies = [
3636 " click>=8.0.0" ,
3737 " docutils>=0.21" ,
3838 " sphinx>=8.2.3" ,
39- " sphinx-immaterial>=0.13.6 " ,
39+ " sphinx-immaterial>=0.13.7 " ,
4040 " sphinx-simplepdf>=1.6.0" ,
4141 " sphinx-toolbox>=4.0.0" ,
4242 " sphinxcontrib-video>=0.4.0" ,
Original file line number Diff line number Diff line change 2121from sphinx .util import docutils as sphinx_docutils
2222from sphinx .util import logging as sphinx_logging
2323from sphinx .util .typing import ExtensionMetadata
24- from sphinx_immaterial .task_lists import ( # pyright: ignore[reportMissingTypeStubs]
25- checkbox_label ,
26- )
24+ from sphinx_immaterial .task_lists import checkbox_label
2725from sphinx_simplepdf .directives .pdfinclude import ( # pyright: ignore[reportMissingTypeStubs]
2826 PdfIncludeDirective ,
2927)
You can’t perform that action at this time.
0 commit comments