Open raymanP opened 2 months ago
hey @raymanP! my apologies for the delay. Isn't this a duplicate of your previous issue #65?
hey @Chilipp , thank you for answering! I'm not sure, #65 was before Sphinx 8 leading to the missing links, but creating the docs. With Sphinx 8 the doc is not created due to the raised exception above. Could be that the root cause is the same...
Hi there! Having file
__init__.py
:and file
myclass.py
:This Sphinx code fails:
fails with
WARNING: Summarised items should not include the current module. Replace 'myclass.myclass.test with 'myclass.test. [autosummary.import_cycle]
Please, someone has any solutions?