Skip to content

Commit 1e4d382

Browse files
committed
Add file header
1 parent 5e4b114 commit 1e4d382

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utils/generate_docs.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
__author__ = "Andrew Hong"
2+
"""utils/generate_docs.py
3+
This file is __not__ meant to be used by a human. This was created
4+
to automate the process of downloading, cloning, and deploying the
5+
pygame documentation to the main website using GitHub Actions. If
6+
you managed to run this very file, please discard your changes and
7+
do not do it again.
8+
"""
19
import pygame
210
import shutil
311
import os

0 commit comments

Comments
 (0)