#406 Update the release docs after the last release.#407
Conversation
bfd6766 to
85d7850
Compare
Codecov Report
@@ Coverage Diff @@
## trunk #407 +/- ##
=======================================
Coverage 97.85% 97.85%
=======================================
Files 22 22
Lines 1400 1400
Branches 130 130
=======================================
Hits 1370 1370
Misses 15 15
Partials 15 15 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
hynek
left a comment
There was a problem hiding this comment.
Some nits, can't say much about the content.
But the docs build is failing due to this line:
/home/docs/checkouts/readthedocs.org/user_builds/towncrier/envs/407/bin/python -m pip install --upgrade --no-cache-dir pillow mock==1.0.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.8.1 recommonmark==0.5.0 sphinx<2 sphinx-rtd-theme<0.5 readthedocs-sphinx-ext<2.2 jinja2<3.1.0
I'm not sure where those pins are coming from – is there something in the web interface? (Admin → Advanced Settings → Default settings)
The problem is that it uses an ancient sphinx which needs a jinja2<3 pin (and markupsafe<2.1).
Co-authored-by: Hynek Schlawack <hs@ox.cx>
|
Thanks for the review. I have applied your suggestions. The content is more for the next maintainer to know how the previous releases were done. I tried to add a tox to build the docs on your local system... and cleaned some docs errors. It looks like GitHub CODEOWNER PR review only works for the first review request, and not for re-review request. This is ready for another review. The docs in HTML format https://towncrier--407.org.readthedocs.build/en/407/release.html |
Description
Fixes #406
Just the updates of the docs based on the steps followed during the last release.
Added the release docs to the normal docs so that we can preview the rendering via RTD.