Skip to content

Commit

Permalink
Merge pull request #55 from pygame/updatedocs
Browse files Browse the repository at this point in the history
pygame docs are now made with 'setup.py docs'.
  • Loading branch information
illume committed Aug 6, 2018
2 parents 9c2098f + 2f46280 commit c1a0a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygameweb/builds/update_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ def update_docs():

run(['touch', str(update_file)], cwd=cwd)
run(['git', 'pull'], cwd=cwd)
run([str(venv_python.absolute()), 'makeref.py'], cwd=cwd)
run([str(venv_python.absolute()), 'setup.py', 'docs'], cwd=cwd)
run(['rsync', '-va', '--delete', 'docs/',
str(docs_path.absolute())], cwd=cwd)

0 comments on commit c1a0a54

Please sign in to comment.