File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1717from datetime import datetime
1818from packaging .version import parse
1919import discretize
20- from sphinx_gallery .sorting import FileNameSortKey
2120import shutil
2221from importlib .metadata import version
2322
@@ -499,13 +498,12 @@ def linkcode_resolve(domain, info):
499498 "tutorials/inner_products" ,
500499 "tutorials/pde" ,
501500 ],
502- "within_subsection_order" : FileNameSortKey ,
501+ "within_subsection_order" : " FileNameSortKey" ,
503502 "filename_pattern" : "\\ .py" ,
504503 "backreferences_dir" : "api/generated/backreferences" ,
505504 "doc_module" : "discretize" ,
506- # 'reference_url': {'discretize': None} ,
505+ "image_scrapers" : ( "pyvista" , "matplotlib" ) ,
507506}
508- sphinx_gallery_conf ["image_scrapers" ] = (pyvista .Scraper (), "matplotlib" )
509507
510508
511509# Documents to append as an appendix to all manuals.
You can’t perform that action at this time.
0 commit comments