Jessica Wagantall | b7bf9ca | 2020-02-06 15:16:18 -0800 | [diff] [blame] | 1 | from docs_conf.conf import * |
| 2 | |
Jessica Wagantall | b7bf9ca | 2020-02-06 15:16:18 -0800 | [diff] [blame] | 3 | master_doc = 'index' |
| 4 | |
Jessica Wagantall | b7bf9ca | 2020-02-06 15:16:18 -0800 | [diff] [blame] | 5 | intersphinx_mapping = {} |
| 6 | |
efiacor | a8e90e7 | 2021-10-11 11:19:53 +0100 | [diff] [blame] | 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 | |
Jessica Wagantall | b7bf9ca | 2020-02-06 15:16:18 -0800 | [diff] [blame] | 23 | html_last_updated_fmt = '%d-%b-%y %H:%M' |
| 24 | |
efiacor | a8e90e7 | 2021-10-11 11:19:53 +0100 | [diff] [blame] | 25 | |
Jessica Wagantall | b7bf9ca | 2020-02-06 15:16:18 -0800 | [diff] [blame] | 26 | def setup(app): |
efiacor | a8e90e7 | 2021-10-11 11:19:53 +0100 | [diff] [blame] | 27 | app.add_css_file("css/ribbon.css") |