From 41b4f595568f9476868e048a68a0d0aa1ee48ab8 Mon Sep 17 00:00:00 2001 From: Tilen Majerle Date: Sat, 28 Dec 2019 13:23:12 +0100 Subject: [PATCH] Change license to 2019 --- docs/conf.py | 2 +- docs/{doxy_lwmem.doxy => doxyfile.doxy} | 0 docs/static/css/common.css | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/{doxy_lwmem.doxy => doxyfile.doxy} (100%) diff --git a/docs/conf.py b/docs/conf.py index 741dbf8..99f578e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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' diff --git a/docs/doxy_lwmem.doxy b/docs/doxyfile.doxy similarity index 100% rename from docs/doxy_lwmem.doxy rename to docs/doxyfile.doxy diff --git a/docs/static/css/common.css b/docs/static/css/common.css index 3a345c4..7fd6b0f 100644 --- a/docs/static/css/common.css +++ b/docs/static/css/common.css @@ -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;