summaryrefslogtreecommitdiffstats
path: root/examples/sphinx/conf.py_MASTER
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sphinx/conf.py_MASTER')
-rw-r--r--examples/sphinx/conf.py_MASTER15
1 files changed, 15 insertions, 0 deletions
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")