Skip to content

Sphinx copy

Philip Loche requested to merge sphinx-copy into main

Sphinx gallery has an ability to copy all files based on a regex pattern to the documentation folder. I used this to get rid of all symbolic links which still causes problems for developers on windows.

Also, I added a link checker for sphinx and a clean_python.sh file. The latter deletes all temporary Python files and might be useful when something weird is happening during testing...

PR Checklist

  • Docs?
  • [ ] Issue raised/referenced?

Merge request reports