Skip to content

Commit d5b30c5

Browse files
committed
news entry
Signed-off-by: Frost Ming <mianghong@gmail.com>
1 parent fa648ff commit d5b30c5

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

news/3120.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Consolidate all contributing docs in the rst file

news/3246.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the out-dated manual page.

tasks/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def generate_markdown(ctx):
6464

6565
@invoke.task
6666
def generate_manual(ctx, commit=False):
67-
log('Generating manual from reStructured source...')
67+
log('Generating manual from reStructuredText source...')
6868
ctx.run('make man -C docs')
6969
ctx.run('cp docs/_build/man/pipenv.1 pipenv/')
7070
if commit:

0 commit comments

Comments
 (0)