diff options
Diffstat (limited to 'examples/sphinx/conf.py_NEWBRANCH')
-rw-r--r-- | examples/sphinx/conf.py_NEWBRANCH | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/sphinx/conf.py_NEWBRANCH b/examples/sphinx/conf.py_NEWBRANCH new file mode 100644 index 000000000..ea67c5518 --- /dev/null +++ b/examples/sphinx/conf.py_NEWBRANCH @@ -0,0 +1,15 @@ +from docs_conf.conf import * + +branch = 'istanbul' +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") |