Skip to content

Commit

Permalink
news entry
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <mianghong@gmail.com>
  • Loading branch information
frostming committed Nov 22, 2018
1 parent fa648ff commit d5b30c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/3120.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Consolidate all contributing docs in the rst file
1 change: 1 addition & 0 deletions news/3246.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the out-dated manual page.
2 changes: 1 addition & 1 deletion tasks/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def generate_markdown(ctx):

@invoke.task
def generate_manual(ctx, commit=False):
log('Generating manual from reStructured source...')
log('Generating manual from reStructuredText source...')
ctx.run('make man -C docs')
ctx.run('cp docs/_build/man/pipenv.1 pipenv/')
if commit:
Expand Down

0 comments on commit d5b30c5

Please sign in to comment.