summaryrefslogtreecommitdiffstats
path: root/examples/sphinx/master/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sphinx/master/conf.py')
-rw-r--r--examples/sphinx/master/conf.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/sphinx/master/conf.py b/examples/sphinx/master/conf.py
new file mode 100644
index 000000000..e782429a1
--- /dev/null
+++ b/examples/sphinx/master/conf.py
@@ -0,0 +1,19 @@
+from docs_conf.conf import *
+
+branch = 'latest'
+master_doc = 'index'
+
+linkcheck_ignore = [
+ 'http://localhost',
+]
+
+exclude_patterns = [
+ '.tox'
+]
+
+intersphinx_mapping = {}
+
+html_last_updated_fmt = '%d-%b-%y %H:%M'
+
+def setup(app):
+ app.add_css_file("css/ribbon.css")