Change license to 2019

This commit is contained in:
Tilen Majerle 2019-12-28 13:23:12 +01:00
parent 73da4f0d36
commit 41b4f59556
3 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ import subprocess, os
# Run doxygen first
# read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
# if read_the_docs_build:
subprocess.call('doxygen doxy_lwmem.doxy', shell=True)
subprocess.call('doxygen doxyfile.doxy', shell=True)
# -- Project information -----------------------------------------------------
project = 'LwMEM'

View File

@ -12,7 +12,7 @@
.index-links a {
display: inline-block;
border: 1px solid #0E4263;
padding: 3px 10px;
padding: 5px 20px;
background: #2980B9;
border-radius: 4px;
color: #FFFFFF;