From 2649c5c4845e8bf58c071f78c4f2c3dca56c37fd Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 23 Nov 2024 19:43:45 -0500 Subject: [PATCH] build: tweak the docs build step --- ci/update_rtfd.py | 2 +- howto.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/update_rtfd.py b/ci/update_rtfd.py index 5347bdbe4..9efe8c525 100644 --- a/ci/update_rtfd.py +++ b/ci/update_rtfd.py @@ -9,7 +9,7 @@ # How many from each level to show. NUM_MAJORS = 3 -NUM_MINORS = 4 +NUM_MINORS = 3 OLD_MINORS = 1 NUM_MICROS = 1 OLD_MICROS = 1 diff --git a/howto.txt b/howto.txt index 55a5e55c0..a5a6fdd53 100644 --- a/howto.txt +++ b/howto.txt @@ -65,7 +65,6 @@ - https://github.com/nedbat/coveragepy/actions/workflows/publish.yml - Tag the tree, update GitHub releases and comment on issues: $ make clean tag github_releases comment_on_fixes -$ deopvars - Bump version: $ make bump_version - Update readthedocs @@ -74,7 +73,9 @@ $ deopvars - keep just the latest version of each x.y release, make the rest active but hidden. - pre-releases should be hidden - IF NOT PRE-RELEASE: + $ opvars $ make update_rtd +$ deopvars - Once CI passes, merge the bump-version branch to master and push it $ gshipit