=> I did a debug version that shows that the with open(filename, 'r') as source_file: in autodoc.py had a problem that leads to the warning above. The file could not be opened because it was not UTF8 format.
Error handling for open().. would be nice to identify the problem earlier and get a direct indication what the problem is.
Hello, as written in https://github.com/CESNET/sphinx-vhdl/issues/14 I had this warning: WARNING: SPHINX-VHDL: Entity ** was not found in parsed VHDL files!
=> I did a debug version that shows that the with open(filename, 'r') as source_file: in autodoc.py had a problem that leads to the warning above. The file could not be opened because it was not UTF8 format.
Error handling for open().. would be nice to identify the problem earlier and get a direct indication what the problem is.
Best Regards Christian