Small fixes
This commit is contained in:
parent
575bb60f05
commit
1447b21676
@ -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
|
|
@ -10,16 +10,13 @@ eRepublik script
|
|||||||
:target: https://erepublik.readthedocs.io/en/latest/?badge=latest
|
:target: https://erepublik.readthedocs.io/en/latest/?badge=latest
|
||||||
:alt: Documentation Status
|
: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
|
Python package for automated eRepublik playing
|
||||||
|
|
||||||
|
|
||||||
* Free software: MIT license
|
* Free software: GPLv3.0
|
||||||
* Documentation: https://erepublik.readthedocs.io/en/latest/
|
* Documentation: https://erepublik.readthedocs.io/en/latest/
|
||||||
|
* Source code: https://github.com/eeriks/erepublik
|
||||||
|
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
@ -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,
|
# 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,
|
# relative to this directory. They are copied after the builtin static files,
|
||||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||||
html_static_path = ["_static"]
|
# html_static_path = ["_static"]
|
||||||
|
|
||||||
|
|
||||||
# -- Options for HTMLHelp output ---------------------------------------
|
# -- Options for HTMLHelp output ---------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user