Minor tweak to docs

This commit is contained in:
Ivan Kravets
2018-10-04 01:51:21 +03:00
parent 0a7d6fb814
commit 59a3a7dd55
2 changed files with 1 additions and 2 deletions

View File

@ -626,7 +626,6 @@ def update_embedded_board(rst_path, board):
lines.append("=" * len(board['name']))
lines.append("""
.. contents::
:local:
Platform :ref:`platform_%s`: %s""" % (platform.name, platform.description))