b389955758cfccd4fedca6e4d7463b16241c3abb
[ccsdk/oran.git] / docs / conf.py
1 from docs_conf.conf import *
2
3 #branch configuration
4
5 branch = 'latest'
6 master_doc = 'index'
7
8 linkcheck_ignore = [
9     'http://localhost',
10 ]
11
12 intersphinx_mapping = {}
13
14 html_last_updated_fmt = '%d-%b-%y %H:%M'
15
16 def setup(app):
17     app.add_stylesheet("css/ribbon.css")