From d6b7f66b0d3cbc4e7c92a85837a8e74906c08434 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Tue, 19 Oct 2021 12:05:48 +0200 Subject: Add sphinx example configuration files Issue-ID: DOC-772 Signed-off-by: thmsdt Change-Id: I2cb913388cb1db28400de12d31fc74776627e9e8 --- examples/sphinx/conf.py_MASTER | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/sphinx/conf.py_MASTER (limited to 'examples/sphinx/conf.py_MASTER') diff --git a/examples/sphinx/conf.py_MASTER b/examples/sphinx/conf.py_MASTER new file mode 100644 index 000000000..d211470a6 --- /dev/null +++ b/examples/sphinx/conf.py_MASTER @@ -0,0 +1,15 @@ +from docs_conf.conf import * + +branch = 'latest' +master_doc = 'index' + +linkcheck_ignore = [ + 'http://localhost', +] + +intersphinx_mapping = {} + +html_last_updated_fmt = '%d-%b-%y %H:%M' + +def setup(app): + app.add_css_file("css/ribbon.css") -- cgit 1.2.3-korg