pyauth / pyotp

Python One-Time Password Library
https://pyauth.github.io/pyotp/
Other
2.91k stars 319 forks source link

2.6.0: sphinx warnings #126

Closed kloczek closed 2 years ago

kloczek commented 2 years ago

Looks lioke sphins show some warnings on rendering documentation

+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
running build_sphinx
Running Sphinx v4.3.1
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 1 added, 0 changed, 0 removed
reading sources... [100%] index
WARNING: autodoc: failed to import module 'pyotp'; the following exception was raised:
No module named 'pyotp'
WARNING: autodoc: failed to import module 'totp' from module 'pyotp'; the following exception was raised:
No module named 'pyotp'
WARNING: autodoc: failed to import module 'hotp' from module 'pyotp'; the following exception was raised:
No module named 'pyotp'
WARNING: autodoc: failed to import module 'utils' from module 'pyotp'; the following exception was raised:
No module named 'pyotp'
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-pyotp.3 { } done
build succeeded, 4 warnings.
kislyuk commented 2 years ago

Thanks, fixed.

kloczek commented 2 years ago

Tested. All looks clean now.

Thank you :)

+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
running build_sphinx
Running Sphinx v4.3.1
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 1 added, 0 changed, 0 removed
reading sources... [100%] index
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-pyotp.3 { } done
build succeeded.