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
Use rtd config file with htmldir builder #789
Conversation
https://readthedocs.org/projects/cpython-devguide/builds/15708889/ Will check! |
Now passing and building. Also rebased to use the updated theme: And update Sphinx to be able to use Python 3.10: And let's update Sphinx and Furo whilst we're at it. |
With @JulienPalard having already approved #493 and the build looking fine to me, merging. |
Updates and closes #493.
Replaces and closes #784.
This adds the newline as requested in #493 and makes some other updates:
The
htmldir
builder option was renamed todirhtml
to use the same name as sphinx.The
python.version
option is now deprecated and replaced bybuild.tools.python
.Let's also bump from Python 3.7 to latest 3.10.