X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/673539edc6a1017e320de19a022161ee86abb146..a322e55fdbdd05eb12a9d4cd928811a2a61bb99c:/docs/conf.py diff --git a/docs/conf.py b/docs/conf.py old mode 100644 new mode 100755 index 627addf..baa9085 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,7 +2,7 @@ import os import sys -sys.path.insert(0, os.path.abspath('..')) +sys.path.insert(0, os.path.abspath('../src')) # -- General configuration ------------------------------------------------ @@ -18,9 +18,10 @@ extensions = [ # Uncomment the below if you use native CircuitPython modules such as # digitalio, micropython and busio. List the modules you use. Without it, the # autodoc module docs will fail to generate with a warning. -# autodoc_mock_imports = ["digitalio", "busio"] +autodoc_mock_imports = ["machine", "Adafruit_GPIO"] -intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)} +intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None), + 'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)} # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -40,9 +41,9 @@ author = u'cefn' # built documents. # # The short X.Y version. -version = u'1.0' +version = u'1.0.0' # The full version, including alpha/beta/rc tags. -release = u'1.0' +release = u'1.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.