Closed alexfikl closed 2 years ago
This has two small modifications:
sphinx.ext.intersphinx
TOTP
HOTP
sphinx
This is how it currently looks on https://pyauth.github.io/pyotp/#pyotp.totp.TOTP
And this is after the changes in the current PR
Thanks!
This has two small modifications:
sphinx.ext.intersphinx
to link types back to https://docs.python.org/3/library/typing.htmlTOTP
/HOTP
classes so the type hints get rendered correctly (this is likely a bug insphinx
and just working around it).This is how it currently looks on https://pyauth.github.io/pyotp/#pyotp.totp.TOTP
And this is after the changes in the current PR