Copy 'examples' to the output dir

Yaml files from 'examples' folder will be copied
to the root of the output folder. So, you can use
a relative path to them, for example:
`Linux network scheme <bonding_lnx_network_scheme.yaml>`_

Change-Id: Icf8ce065a1911e4fb1ef47bd8467ad73eed34359
This commit is contained in:
Alexander Adamov 2015-10-15 10:37:19 +03:00
parent 42ed815820
commit d903127d72
1 changed files with 5 additions and 1 deletions

View File

@ -197,7 +197,11 @@ html_favicon = '_static/mirantis_icon.ico'
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_extra_path = ['_templates/mirantis/static/index.html', '_templates/mirantis/static/search.html']
# A list of paths that contain extra files not directly related to the
# documentation, such as robots.txt or .htaccess. Relative paths are taken
# as relative to the configuration directory. They are copied to the output
# directory. They will overwrite any existing file of the same name.
html_extra_path = ['_templates/mirantis/static/index.html', '_templates/mirantis/static/search.html', 'examples']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.