Skip to content

Commit 4759c7a

Browse files
committed
Fix unused extension crashing doc-test
Fix an issue where an unused extension, which was not listed as a dependency, was crashing a doc-test, since the package couldn't be found.
1 parent e41364d commit 4759c7a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • examples/generate_init_py/docs

examples/generate_init_py/docs/conf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
"myst_parser",
1717
"pyo3_stub_gen_ext", # Our generated extension
1818
"sphinx.ext.intersphinx", # For cross-references
19-
"sphinxcontrib.katex",
20-
]
21-
22-
myst_enable_extensions = [
23-
"dollarmath",
2419
]
2520

2621
# Intersphinx mapping - enables cross-references to external projects

0 commit comments

Comments
 (0)