doc/ide: hide footers

This information is duplicated in the IDE about dialog so we don't need
it in the docs.
This commit is contained in:
David Lechner
2021-01-26 08:30:48 +01:00
committed by laurensvalk
parent 55d7a8a254
commit 7abb670f66
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{% extends '!footer.html' %}
{% block extrafooter %}
<div class="disclaimer">{{ disclaimer }}</div>
{% if disclaimer %}<div class="disclaimer">{{ disclaimer }}</div>{% endif %}
{% endblock %}
+3 -4
View File
@@ -11,12 +11,11 @@ copyright = '2018-2021 The Pybricks Authors'
author = ''
_TITLE = 'Pybricks Modules and Examples'
_DISCLAIMER = 'LEGO, the LEGO logo, MINDSTORMS and the MINDSTORMS EV3 logo are\
trademarks and/or copyrights of the LEGO Group of companies \
which does not sponsor, authorize or endorse this site.'
_DISCLAIMER = ''
html_favicon = '../common/images/favicon.ico'
html_logo = '../common/images/pybricks-logo-rtd.png'
latex_logo = '../common/images/pybricks-logo-large.png'
html_show_copyright = False
html_show_sphinx = False
exec(open(os.path.abspath("../common/conf.py")).read())