-
Couldn't load subscription status.
- Fork 15
PYTHON-3881 [WinKerberos] Support Python 3.7-3.12 #56
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
Conversation
| ], | ||
| ) | ||
| ], | ||
| cmdclass={"doc": doc} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The README tells you to use the doc directive with setup.py to build the docs with Sphinx. Does that still work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I updated the instructions
README.rst
Outdated
|
|
||
| python setup.py doc | ||
| cd doc | ||
| cmd.exe /c 'make.bat html SPHINXOPTS="-W"' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about python -m sphinx -b html doc ...?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this has already been merged but thought I should share this.
| @@ -0,0 +1,38 @@ | |||
| [build-system] | |||
| requires = ["setuptools"] | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should add a lower bound of setuptools >= 61.0.0 as that's when setuptools added support for pyproject.toml. If pip or other build tools end up using an earlier version it will fail to build your package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! #57
No description provided.