Skip to content

Commit

Permalink
Change license to 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Dec 28, 2019
1 parent 8e4f9b4 commit 068bc78
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Run doxygen first
# read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
# if read_the_docs_build:
subprocess.call('doxygen doxy_esp.doxy', shell=True)
subprocess.call('doxygen doxyfile.doxy', shell=True)
# -- Project information -----------------------------------------------------

project = 'ESP-AT Lib'
Expand Down Expand Up @@ -79,7 +79,7 @@
'includehidden': True,
'titles_only': False
}
html_logo = 'static/images/logo_tm.png'
html_logo = 'static/images/logo.svg'
github_url = 'https://github.com/MaJerle/esp-at-lib'

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/static/css/common.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/static/images/logo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<mxfile host="Electron" modified="2019-12-28T12:12:20.944Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/12.3.2 Chrome/78.0.3904.113 Electron/7.1.2 Safari/537.36" etag="lPQFxf7oDsx65Quqvotn" version="12.3.2" type="device" pages="1"><diagram id="Wsjaadh77UIxB9X1bxos" name="Page-1">7Zpdc6IwFIZ/jZftEPCrl2pt96Kdccad6e5lhAiZBcLGqNhfvwmEr2CLZpFeFC80eRNOyHkOZ0jiwFoE8TOFkfdKHOQPTMOJB9bjwDQnAPBvIZxSYWiMUsGl2EklUAhr/I6kaEh1jx20q3RkhPgMR1XRJmGIbFbRIKXkWO22JX511Ai6qCasbejX1TfsMC9VpyOj0H8g7HrZyMCQLQHMOkth50GHHEuStRxYC0oIS0tBvEC+8F3ml/S6pw9a8xujKGSXXDB6I4f359flGKMgnG8nyMVPd2Zq5QD9vZywvFl2yjxwQJRh7pAXuEH+iuwwwyTkTRvCGAkG1jzrMPOxKxoYibjqscDnFcCLfOaRMBbEroiR+w3cYfseUlu0MUjZLHST0Yz76YRrKHQKBVhJL0r+5AD4RK25vHE+Noo/9AjI/czjE5EAMXriXeQFpiXRyNgEGdVjQTrXvDLlTIQyutzcdgGAFySDK3hY35kHeFB4gDqPnFmZRy62zmPYzEN4RyQaXgtJiBRXVxwlXLfFvr8gPqHJ1ZYD0XRr5z1LLUbyyT2LnFqiavRryW/nwjjTKPIhw4eq+XOulCOsCOYD59gs5THKc3dmYkf21EbyqnKGUg0NGwzx2HQRqxlKyObT1oc96mFfD9tsC7Zq6Mawxz3s62GreVYbtmroxrAnPexG2OakpTRuTr82jU972NfD1k3jNdgdp/GHHvb1sHXTeA12x2k8SyQ97c9oK6soc6xLWzWkrnpvTRv0tJtf0YyWaNcMdU3b7Gk30wZt0VYNdU37go2ub0+7loCNljJ5vtHWFe1+G00jk+vSVg11TrvfR9PI5Nq0wRfTPgN77HNnzTcV5OO/e3HSNd+SkN3tknO+Ge8AjChOcGXtvOSK3+V6dTf7mdui/2XsBW9aspSZ4b7aFJoS3ZTsQwc5MpyPHmZoHUFbtB4pVE5jlNjeTm1kfx7b4l7lSSlo6yhMXdll4Xjh09D6wQtof38WxZj9kq2i/HuQnHDJ2qPwhJFVTqXKClHMJ4Wo1G6XjPjskqe+6XH7sqSlbuMOdZNWk6FbJ61+Q1hj20iXdi25dE273xG+4Nk2FUjaS0vVUNdLy35LWIO29uuneavXT14t/hyVdi/+YWYt/wE=</diagram></mxfile>
3 changes: 3 additions & 0 deletions docs/static/images/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 068bc78

Please sign in to comment.