We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4b114 commit 1e4d382Copy full SHA for 1e4d382
utils/generate_docs.py
@@ -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
+"""
9
import pygame
10
import shutil
11
import os
0 commit comments