diff options
Diffstat (limited to 'examples/sphinx/conf.py_MASTER')
-rw-r--r-- | examples/sphinx/conf.py_MASTER | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/sphinx/conf.py_MASTER b/examples/sphinx/conf.py_MASTER deleted file mode 100644 index d211470a6..000000000 --- a/examples/sphinx/conf.py_MASTER +++ /dev/null @@ -1,15 +0,0 @@ -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") |