Skip to content

Commit 2649c5c

Browse files
committed
build: tweak the docs build step
1 parent d9a441c commit 2649c5c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: ci/update_rtfd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# How many from each level to show.
1111
NUM_MAJORS = 3
12-
NUM_MINORS = 4
12+
NUM_MINORS = 3
1313
OLD_MINORS = 1
1414
NUM_MICROS = 1
1515
OLD_MICROS = 1

Diff for: howto.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
- https://github.com/nedbat/coveragepy/actions/workflows/publish.yml
6666
- Tag the tree, update GitHub releases and comment on issues:
6767
$ make clean tag github_releases comment_on_fixes
68-
$ deopvars
6968
- Bump version:
7069
$ make bump_version
7170
- Update readthedocs
@@ -74,7 +73,9 @@ $ deopvars
7473
- keep just the latest version of each x.y release, make the rest active but hidden.
7574
- pre-releases should be hidden
7675
- IF NOT PRE-RELEASE:
76+
$ opvars
7777
$ make update_rtd
78+
$ deopvars
7879
- Once CI passes, merge the bump-version branch to master and push it
7980
$ gshipit
8081

0 commit comments

Comments
 (0)