Make examples buildable
[doc.git] / examples / sphinx / istanbul / conf.py
similarity index 87%
rename from examples/sphinx/conf.py_NEWBRANCH
rename to examples/sphinx/istanbul/conf.py
index ea67c55..1d6c7d3 100644 (file)
@@ -7,6 +7,10 @@ linkcheck_ignore = [
     'http://localhost',
 ]
 
+exclude_patterns = [
+    '.tox'
+]
+
 intersphinx_mapping = {}
 
 html_last_updated_fmt = '%d-%b-%y %H:%M'