blob: bd960055f73c914e2678589d7d504a6a0517282d [file] [log] [blame]
Jessica Wagantalle05eb922020-02-06 15:07:46 -08001from docs_conf.conf import *
2
Jessica Wagantalle05eb922020-02-06 15:07:46 -08003master_doc = 'index'
4
Jessica Wagantalle05eb922020-02-06 15:07:46 -08005intersphinx_mapping = {}
6
MichaelMorrise6346f62021-09-30 09:27:47 +01007linkcheck_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
Tomasz Wrobelac69ef12021-05-18 16:04:25 +020022
Jessica Wagantalle05eb922020-02-06 15:07:46 -080023html_last_updated_fmt = '%d-%b-%y %H:%M'
24
MichaelMorrise6346f62021-09-30 09:27:47 +010025
Jessica Wagantalle05eb922020-02-06 15:07:46 -080026def setup(app):
MichaelMorrise6346f62021-09-30 09:27:47 +010027 app.add_css_file("css/ribbon.css")