Link to OPNFV docs for ODL examples
[docs.git] / docs / conf.py
1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*-
3 # SPDX-License-Identifier: EPL-1.0
4 ##############################################################################
5 # Copyright (c) 2018 The Linux Foundation and others.
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are made available under the terms of the Eclipse Public License v1.0
9 # which accompanies this distribution, and is available at
10 # http://www.eclipse.org/legal/epl-v10.html
11 ##############################################################################
12
13 from docs_conf.conf import *
14
15 # Append to intersphinx_mapping
16 intersphinx_mapping['odl-integration-test'] = ('http://docs.opendaylight.org/projects/integration-test/en/latest/', None)
17 intersphinx_mapping['odl-integration-packaging'] = ('http://docs.opendaylight.org/projects/integration-packaging/en/latest/', None)
18 intersphinx_mapping['odl-releng-builder'] = ('http://docs.opendaylight.org/projects/releng-builder/en/latest/', None)
19
20 # Projects that have stable/branches
21 intersphinx_mapping['netvirt'] = ('http://docs.opendaylight.org/projects/netvirt/en/latest/', None)
22
23 linkcheck_ignore = [
24     # Ignore jenkins because it's often slow to respond.
25     'https://jenkins.opendaylight.org/releng',
26     'https://jenkins.opendaylight.org/sandbox',
27     # The '#' in the path makes sphinx think it's an anchor
28     'https://git.opendaylight.org/gerrit/#/admin/projects/releng/builder',
29 ]
30
31 nitpicky = True
32 release = version