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:
Inaky Perez-Gonzalez 2016-06-14 13:55:25 -07:00 committed by Anas Nashif
commit 54a5d72d9c
2 changed files with 2 additions and 6 deletions

View file

@ -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 ----------------------------------------------

View file

@ -1,5 +0,0 @@
:orphan:
.. |codename| replace:: Zephyr Kernel
.. |project| replace:: Zephyr Project