diff --git a/doc/update_css.bat b/doc/update_css.bat deleted file mode 100644 index 97474f0a5..000000000 --- a/doc/update_css.bat +++ /dev/null @@ -1 +0,0 @@ -copy _static\css\custom.css build\html\_static\css diff --git a/util/create_resources_listing.py b/util/create_resources_listing.py index 9ca809bd3..7dedf4423 100644 --- a/util/create_resources_listing.py +++ b/util/create_resources_listing.py @@ -18,7 +18,7 @@ ARCADE_ROOT = MODULE_DIR.parent RESOURCE_DIR = ARCADE_ROOT / "arcade" / "resources" OUT_FILE = ARCADE_ROOT / "doc" / "api_docs" / "resources.rst" -RESOURCE_URL = "https://github.com/pythonarcade/arcade/blob/development/arcade/{}?raw=true" +RESOURCE_URL = "https://github.com/pythonarcade/arcade/blob/development/{}?raw=true" COLUMNS = 3 # Metadata for the resource list: utils\create_resource_list.py