diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 5b7f789..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# See https://pre-commit.com for more information -# See https://pre-commit.com/hooks.html for more hooks -repos: -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 - hooks: - - id: trailing-whitespace - - id: end-of-file-fixer - - id: check-yaml - - id: check-added-large-files - -default_language_version: - python: python3.8 diff --git a/README.rst b/README.rst index d54d47d..a1efa3c 100644 --- a/README.rst +++ b/README.rst @@ -10,16 +10,13 @@ eRepublik script :target: https://erepublik.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status -.. image:: https://api.codacy.com/project/badge/Grade/eaa7ae43d23f4c0abab65c3bde89475a - :target: https://app.codacy.com/manual/eeriks/erepublik?utm_source=github.com&utm_medium=referral&utm_content=eeriks/erepublik&utm_campaign=Badge_Grade_Dashboard - :alt: Codacy Badge - Python package for automated eRepublik playing -* Free software: MIT license +* Free software: GPLv3.0 * Documentation: https://erepublik.readthedocs.io/en/latest/ +* Source code: https://github.com/eeriks/erepublik Features diff --git a/docs/conf.py b/docs/conf.py index e705429..d8d1137 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -101,7 +101,7 @@ html_theme_path = [edx_theme.get_html_theme_path()] # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ["_static"] +# html_static_path = ["_static"] # -- Options for HTMLHelp output ---------------------------------------