diff --git a/doc/conf.py b/doc/conf.py index 4a44220f59c..fda77b47c30 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 ---------------------------------------------- diff --git a/doc/substitutions.rst b/doc/substitutions.rst deleted file mode 100644 index bb154a5a3df..00000000000 --- a/doc/substitutions.rst +++ /dev/null @@ -1,5 +0,0 @@ -:orphan: - -.. |codename| replace:: Zephyr Kernel - -.. |project| replace:: Zephyr Project