|
45 | 45 | # autodoc_default_flags = ['members'] |
46 | 46 | autosummary_generate = [] |
47 | 47 |
|
48 | | -intersphinx_mapping = {'osgeo': ('https://gdal.org', None), |
49 | | - 'python': ('https://docs.python.org/3', None), |
50 | | - 'requests': ('https://requests.readthedocs.io/en/latest', None), |
51 | | - 'scipy': ('https://docs.scipy.org/doc/scipy', None), |
52 | | - 'spatialist': ('https://spatialist.readthedocs.io/en/latest', None), |
53 | | - 'sqlalchemy': ('https://docs.sqlalchemy.org/en/latest', None), |
54 | | - 'sqlalchemy-utils': ('https://sqlalchemy-utils.readthedocs.io/en/latest', None) |
55 | | - } |
| 48 | +intersphinx_mapping = { |
| 49 | + 'osgeo': ('https://gdal.org', None), |
| 50 | + 'python': ('https://docs.python.org/3', None), |
| 51 | + 'requests': ('https://requests.readthedocs.io/en/latest', None), |
| 52 | + 'scipy': ('https://docs.scipy.org/doc/scipy', None), |
| 53 | + 'spatialist': ('https://spatialist.readthedocs.io/en/latest', None), |
| 54 | + 'sqlalchemy': ('https://docs.sqlalchemy.org/en/latest', None), |
| 55 | + 'sqlalchemy-utils': ('https://sqlalchemy-utils.readthedocs.io/en/latest', None) |
| 56 | +} |
56 | 57 |
|
57 | 58 | napoleon_google_docstring = False |
58 | 59 | napoleon_numpy_docstring = True |
|
124 | 125 |
|
125 | 126 | # The theme to use for HTML and HTML Help pages. See the documentation for |
126 | 127 | # a list of builtin themes. |
127 | | -html_theme = 'default' |
| 128 | +html_theme = 'sphinx_rtd_theme' |
128 | 129 |
|
129 | 130 | # Theme options are theme-specific and customize the look and feel of a theme |
130 | 131 | # further. For a list of options available for each theme, see the |
|
0 commit comments