about summary refs log tree commit diff homepage
path: root/docs
diff options
context:
space:
mode:
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 ---------------------------------------------------