madscatt / zazzie

development branch
GNU General Public License v3.0
2 stars 3 forks source link

Test whether newly-added __init__.py in src/sassie prevents the docs from compiling correctly #176

Open skrueger111 opened 1 month ago

skrueger111 commented 1 month ago

In a recent commit, an __init__.py file was added to the src/sassie folder. As I remember, this file will be an issue when compiling the docs. I would like to delete the file, but Joseph thinks it may be required by the installer. I have been installing modules in the Linux VM on my laptop without this file, so I don't think it is needed.

TODO: Test whether this file prevents the docs from compiling correctly. If so, remove it and confirm that the installer doesn't need it.

madscatt commented 1 month ago

Yes, the init.py file must be there for sassie to function as an importable package.

skrueger111 commented 1 month ago

Since the file is needed,

new TODO: Test whether this file prevents the docs from compiling correctly. If so, open a new ticket to research an alternative for compiling the docs.