ansys / pyfluent

Pythonic interface to Ansys Fluent
https://fluent.docs.pyansys.com
MIT License
242 stars 41 forks source link

Documentation build issues #2809

Open raph-luc opened 2 months ago

raph-luc commented 2 months ago
WARNING: Failed to import ansys.fluent.core.services.error_handler.
Possible hints:
* ModuleNotFoundError: No module named 'ansys.fluent.core.services.error_handler'
* AttributeError: module 'ansys.fluent.core.services' has no attribute 'error_handler'

WARNING: [autosummary] failed to import ansys.fluent.core.meshing.faulttolerant.
Possible hints:
* ModuleNotFoundError: No module named 'ansys.fluent.core.meshing.faulttolerant'
* ImportError: 
* AttributeError: module 'ansys.fluent.core.meshing' has no attribute 'faulttolerant'

WARNING: [autosummary] failed to import ansys.fluent.core.meshing.watertight.
Possible hints:
* ModuleNotFoundError: No module named 'ansys.fluent.core.meshing.watertight'
* ImportError: 
* AttributeError: module 'ansys.fluent.core.meshing' has no attribute 'watertight'

WARNING: [autosummary] failed to import ansys.fluent.core.meta.
Possible hints:
* ModuleNotFoundError: No module named 'ansys.fluent.core.meta'
* PycodeError: no source found for module 'ansys.fluent'
* AttributeError: module 'ansys.fluent.core' has no attribute 'meta'
raph-luc commented 1 month ago

Additional warnings I noticed:

/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/api/general/data_reader.rst: WARNING: document isn't included in any toctree
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/api/general/file_session.rst: WARNING: document isn't included in any toctree
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/api/general/sessions/index.rst:35: WARNING: undefined label: 'ref_session_solver_lite'
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/api/index.rst:28: WARNING: undefined label: 'ref_solver_tui'
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/api/meshing/index.rst:5: WARNING: undefined label: 'ref_meshing_datamodel_workflow'
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/api/meshing/index.rst:5: WARNING: undefined label: 'ref_meshing_tui'
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/api/solver/index.rst:8: WARNING: undefined label: 'ref_solver_tui'
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/api/solver/settings.rst:358: WARNING: undefined label: 'ref_root'
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/api/solver/tuicommands.rst:10: WARNING: undefined label: 'ref_solver_tui'
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/user_guide/index.rst:101: WARNING: undefined label: 'ref_solver_tui'
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/user_guide/index.rst:110: WARNING: undefined label: 'ref_meshing_datamodel_meshing'
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/user_guide/index.rst:110: WARNING: undefined label: 'ref_meshing_datamodel_workflow'
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/user_guide/index.rst:110: WARNING: undefined label: 'ref_meshing_datamodel_partmanagement'
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/user_guide/index.rst:110: WARNING: undefined label: 'ref_meshing_datamodel_pmfilemanagement'
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/user_guide/index.rst:128: WARNING: undefined label: 'ref_meshing_tui'
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/user_guide/index.rst:134: WARNING: undefined label: 'ref_meshing_datamodel_meshing'
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/user_guide/index.rst:134: WARNING: undefined label: 'ref_meshing_datamodel_workflow'
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/user_guide/index.rst:154: WARNING: undefined label: 'ref_user_guide_new_meshing_workflows'
/home/ansys/actions-runner/_work/pyfluent/pyfluent/doc/source/user_guide/index.rst:154: WARNING: undefined label: 'ref_meshing_datamodel'

See for example: Build Source Documentation https://github.com/ansys/pyfluent/actions/runs/9111993086/job/25050346121?pr=2808