kbandla / dpkt

fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Other
1.08k stars 270 forks source link

Sphinx doc build references a non-existent dpkt.decorators module #578

Closed obormot closed 3 years ago

obormot commented 3 years ago

Describe the bug %subj%

To Reproduce

docs run-test: commands[0] | sphinx-build -b html -d /.../pyenvs/dpkt/dpkt/.tox/docs/tmp/doctrees . /.../pyenvs/dpkt/dpkt/.tox/docs/tmp/html
Running Sphinx v4.0.2
...
WARNING: autodoc: failed to import module 'decorators' from module 'dpkt'; the following exception was raised:
No module named 'dpkt.decorators'