[docs] Use RTD links for OPNFV Fuel docs refs
[armband.git] / docs / conf.py
1 ##############################################################################
2 # Copyright (c) 2018 Enea AB and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8 from docs_conf.conf import *
9
10 extensions = ['sphinxcontrib.httpdomain', 'sphinx.ext.autodoc',
11               'sphinx.ext.viewcode', 'sphinx.ext.napoleon',
12               'sphinx.ext.intersphinx']
13
14 intersphinx_mapping = {}
15 intersphinx_mapping['armband'] = ('https://opnfv-armband.readthedocs.io/en/latest/', None)