X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/blobdiff_plain/6176ad1a46db1e3a0c60a784f361c946baa8d821..6cac6de7a1ed297eaf22b03e1512cdf347146a62:/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),