aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 42b9090..f219c17 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -20,7 +20,7 @@
# -- Project information -----------------------------------------------------
project = 'pyecsca'
-copyright = '2018, Jan Jancar'
+copyright = '2018-2019, Jan Jancar'
author = 'Jan Jancar'
import sys; import os; sys.path.append(os.path.abspath('..'))
@@ -104,6 +104,11 @@ html_static_path = ['_static']
html_favicon = "_static/logo_black.png"
+html_css_files = [
+ 'custom.css',
+ 'graphik.css'
+]
+
# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
#