Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.6.0: sphinx warnings #126

Closed
kloczek opened this issue Dec 13, 2021 · 2 comments
Closed

2.6.0: sphinx warnings #126

kloczek opened this issue Dec 13, 2021 · 2 comments

Comments

@kloczek
Copy link

kloczek commented Dec 13, 2021

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
Copy link
Member

kislyuk commented Dec 13, 2021

Thanks, fixed.

@kloczek
Copy link
Author

kloczek commented Dec 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants