about summary refs log tree commit diff homepage
path: root/docs
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-09-19 11:12:54 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-09-19 11:12:54 +0700
commit12b798ac0058fefeb315f98f5385d96ccb322faa (patch)
treea83509c7c257aed00e8c8ef5c760037e4d4d9273 /docs
parentd97e1a1294ba3bc542b0611b39f86b218de935b0 (diff)
downloadbrutalmaze-12b798ac0058fefeb315f98f5385d96ccb322faa.tar.gz
Employ linters
Diffstat (limited to 'docs')
-rw-r--r--docs/source/_templates/recplayer.html1
-rw-r--r--docs/source/conf.py4
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 ---------------------------------------------------