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 b03ade1 commit 5e4b114Copy full SHA for 5e4b114
utils/generate_docs.py
@@ -2,6 +2,7 @@
2
import shutil
3
import os
4
5
+
6
if "__main__" == __name__:
7
target_directory = os.path.join("public", "docs")
8
docs_path = os.path.join(os.path.dirname(pygame.__file__), "docs", "generated")
0 commit comments