ioi-germany / cms

Contest Management System
GNU Affero General Public License v3.0
14 stars 1 forks source link

Sphinx autoclass module not found #22

Open magula opened 2 years ago

magula commented 2 years ago

Description: When running make html, Sphinx autoclass can't find the gerpythonformat.CommonConfig modules anymore, so they aren't rendered and errors like the following are thrown:

WARNING: autodoc: failed to import class 'gerpythonformat.CommonConfig.CommonConfig' from module 'cmscontrib'; the following exception was raised: No module named 'cmscontrib'

This appears to have worked before, which seems odd.

Steps to reproduce:

  1. Go to docs/
  2. make html
underscore-j commented 3 weeks ago

It is mostly odd that this has worked before. This not working is to be expected, as the source directory needs to be added to the path.

This should hopefully be resolved now.