click-contrib / sphinx-click

A Sphinx plugin to automatically document click-based applications
MIT License
212 stars 57 forks source link

Name of the click file #46

Closed tedweishiwang closed 5 years ago

tedweishiwang commented 5 years ago

I am running into a very weird issue. The documentation is fine for sphinx-click when the file name is hello_world.py or a.py, but when the name is changed to let's say ted.py, it would not work. Can anyone help me with that?

stephenfin commented 5 years ago

Can you provide a minimal reproducer?

tedweishiwang commented 5 years ago

Hi! Thank you for the quick reply. I think the problem is with importing packages. Sorry about the confusion. I will close this.