Skip to content

Fix figure finder.

David Thompson requested to merge dcthomp/smtk:fix-sphinx into master

Sphinx has changed how it presents information about builders.

Also, FileExistsError has changed in Python3 and is no longer iterable. Just check whether the cryptic number matches.

Merge request reports