diff --git a/scripts/gen_docs.py b/scripts/gen_docs.py index 8a4c3ffa..f1cef288 100755 --- a/scripts/gen_docs.py +++ b/scripts/gen_docs.py @@ -33,7 +33,6 @@ META_JSON = f'{BASE_DIR}/data/meta.json' PROJECT_URL = 'https://github.com/msikma/pokesprite' DOCS_BASE_URL = 'https://msikma.github.io/pokesprite' REPO_BASE_URL = 'https://raw.githubusercontent.com/msikma/pokesprite/master' -REPO_BASE_URL = 'file:///Users/msikma/Projects/pokesprite' REPO_PACKAGE = f'{BASE_DIR}/package.json' DEX_SPRITE_DIR = { 7: f'{REPO_BASE_URL}/pokemon-gen7x', 8: f'{REPO_BASE_URL}/pokemon-gen8' }