diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-09-19 11:12:54 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-09-19 11:12:54 +0700 |
commit | 12b798ac0058fefeb315f98f5385d96ccb322faa (patch) | |
tree | a83509c7c257aed00e8c8ef5c760037e4d4d9273 /docs/source | |
parent | d97e1a1294ba3bc542b0611b39f86b218de935b0 (diff) | |
download | brutalmaze-12b798ac0058fefeb315f98f5385d96ccb322faa.tar.gz |
Employ linters
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/_templates/recplayer.html | 1 | ||||
-rw-r--r-- | docs/source/conf.py | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/_templates/recplayer.html b/docs/source/_templates/recplayer.html index 59df55a..28e170e 100644 --- a/docs/source/_templates/recplayer.html +++ b/docs/source/_templates/recplayer.html @@ -2,6 +2,7 @@ <html> <meta charset='utf-8'> <title>Brutal Maze record player</title> +<link rel='icon' type='image/png' href='_static/favicon.ico'> <link rel='stylesheet' type='text/css' href='_static/recplayer.css'> <script src='_static/brutalma.js'></script> diff --git a/docs/source/conf.py b/docs/source/conf.py index c94e002..6a08aa2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,11 +18,11 @@ # -- Project information ----------------------------------------------------- project = 'Brutal Maze' -copyright = '2017-2020, Nguyễn Gia Phong' +copyright = '2017-2020, Nguyễn Gia Phong' # noqa author = 'Nguyễn Gia Phong' # The full version, including alpha/beta/rc tags -release = '0.9.3' +release = '0.9.4' # -- General configuration --------------------------------------------------- |