mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
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:
committed by
laurensvalk
parent
55d7a8a254
commit
7abb670f66
@@ -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
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user