aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJ08nY2019-12-21 16:41:20 +0100
committerJ08nY2019-12-21 16:41:20 +0100
commit5044b150a38c4701de816dbe62f16532ce6d5d66 (patch)
treee1f0ff72c58677921f0691af5611b88d700d498f /docs/conf.py
parentf55dcac64125508d0454d17fe54ab87bb7816930 (diff)
downloadpyecsca-5044b150a38c4701de816dbe62f16532ce6d5d66.tar.gz
pyecsca-5044b150a38c4701de816dbe62f16532ce6d5d66.tar.zst
pyecsca-5044b150a38c4701de816dbe62f16532ce6d5d66.zip
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.
#