mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-26 06:02:54 +08:00
Change license to 2019
This commit is contained in:
parent
73da4f0d36
commit
41b4f59556
@ -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'
|
||||
|
2
docs/static/css/common.css
vendored
2
docs/static/css/common.css
vendored
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user