This commit is contained in:
Adam J. Stewart 2021-07-20 17:18:53 +00:00
Родитель d92512f77e
Коммит 95d3d4424d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -87,6 +87,7 @@ autodoc_typehints = "description"
# sphinx.ext.intersphinx
intersphinx_mapping = {
"cartopy": ("https://scitools.org.uk/cartopy/docs/latest/", None),
"python": ("https://docs.python.org/3", None),
"pytorch-lightning": ("https://pytorch-lightning.readthedocs.io/en/latest/", None),
"rasterio": ("https://rasterio.readthedocs.io/en/latest/", None),