Update link to font-awesome and license to 2022

This commit is contained in:
Tilen Majerle 2022-02-06 22:35:36 +01:00
parent de2917481d
commit 70f2170789

View File

@ -23,7 +23,7 @@ subprocess.call('doxygen doxyfile.doxy', shell=True)
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'LwMEM' project = 'LwMEM'
copyright = '2020, Tilen MAJERLE' copyright = '2022, Tilen MAJERLE'
author = 'Tilen MAJERLE' author = 'Tilen MAJERLE'
# Try to get branch at which this is running # Try to get branch at which this is running
@ -115,9 +115,10 @@ html_static_path = ['static']
html_css_files = [ html_css_files = [
'css/common.css', 'css/common.css',
'css/custom.css', 'css/custom.css',
'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css',
] ]
html_js_files = [ html_js_files = [
'https://kit.fontawesome.com/3102794088.js' ''
] ]
master_doc = 'index' master_doc = 'index'