Remove false and useless intersphinx_mapping
[dmaap/buscontroller.git] / docs / conf.py
1 from docs_conf.conf import *
2
3 master_doc = 'index'
4
5 intersphinx_mapping = {}
6
7 linkcheck_ignore = [
8     'http://localhost',
9     'https://example.com',
10     'about:config',
11     # this URL is not directly reachable and must be configured in the system hosts file.
12     'https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm',
13     # anchor issues
14     'https://docs.onap.org/projects/onap-integration/en/latest/docs_usecases_release.html#.*',
15     'https://docs.linuxfoundation.org/docs/communitybridge/easycla/contributors/contribute-to-a-gerrit-project#.*',
16     'https://docs.onap.org/projects/onap-integration/en/latest/docs_robot.html#docs-robot',
17     'https://docs.onap.org/projects/onap-integration/en/latest/docs_usecases_release.html#docs-usecases-release',
18     'https://docs.onap.org/projects/onap-integration/en/latest/docs_usecases.html#docs-usecases',
19     'https://docs.onap.org/projects/onap-integration/en/latest/usecases/release_non_functional_requirements.html#release-non-functional-requirements',
20 ]
21
22
23 html_last_updated_fmt = '%d-%b-%y %H:%M'
24
25
26 def setup(app):
27     app.add_css_file("css/ribbon.css")