diff --git a/pygameweb/builds/update_docs.py b/pygameweb/builds/update_docs.py index 1c01562..68f3404 100644 --- a/pygameweb/builds/update_docs.py +++ b/pygameweb/builds/update_docs.py @@ -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)