summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-ext-napoleon-paramtype/conf.py
blob: 34e227470122d73a5b7d71f4b4c6caa713c0c2d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import os
import sys

sys.path.insert(0, os.path.abspath('.'))
extensions = [
    'sphinx.ext.autodoc',
    'sphinx.ext.napoleon',
    'sphinx.ext.intersphinx'
]

# Python inventory is manually created in the test
# in order to avoid creating a real HTTP connection
intersphinx_mapping = {}
intersphinx_cache_limit = 0
intersphinx_disabled_reftypes = []