doc: Merge substitutions into conf.py:rst_epilog
This file is only used there, it is short and keeping it away introduces problems (warnings about .rst not being in any TOC entry, :orphan: dangling if added, etc). Change-Id: Iea33f22721856884aae9fc1dce46a2b90896286a Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
parent
aba4b555f4
commit
54a5d72d9c
2 changed files with 2 additions and 6 deletions
|
@ -106,7 +106,8 @@ pygments_style = 'sphinx'
|
|||
todo_include_todos = False
|
||||
|
||||
rst_epilog = """
|
||||
.. include:: /substitutions.rst
|
||||
.. |codename| replace:: Zephyr Kernel
|
||||
.. |project| replace:: Zephyr Project
|
||||
"""
|
||||
|
||||
# -- Options for HTML output ----------------------------------------------
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
:orphan:
|
||||
|
||||
.. |codename| replace:: Zephyr Kernel
|
||||
|
||||
.. |project| replace:: Zephyr Project
|
Loading…
Add table
Add a link
Reference in a new issue