X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/blobdiff_plain/138d74a3457378ca0f684654f7cc4d6b8ce0301a..9aa2e277724ad4348761fdf1da38389266d53f70:/docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 5528ca6..8ab22c0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,9 @@ # -*- coding: utf-8 -*- +# SPDX-FileCopyrightText: 2020 ladyada for Adafruit Industries +# +# SPDX-License-Identifier: MIT + import os import sys @@ -23,7 +27,6 @@ extensions = [ # autodoc module docs will fail to generate with a warning. # autodoc_mock_imports = ["digitalio", "busio"] - intersphinx_mapping = { "python": ("https://docs.python.org/3.4", None), "CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),