Skip to content

Fix clashing imports in docs

Ask Hjorth Larsen requested to merge docs-fix-importclash into master

When I build the docs, autodoc tries to import things from inside doc/ase which is not a real python package.

This MR fixes the issue by renaming doc/ase to doc/modules which was the first thing I could think of.

Do we want this fix or a similar one? Or maybe my computer has a bad setup and we shouldn't fix it at all?

Checklist

Merge request reports