From 7c302c395ec699738bade269673c06a38cbedbff Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 5 Jan 2017 16:20:46 -0800 Subject: Improve docs and update to CircuitPython. --- conf.py | 44 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index f9094886b..07c1aa027 100644 --- a/conf.py +++ b/conf.py @@ -59,17 +59,18 @@ source_parsers = {'.md': CommonMarkParser, #master_doc = 'index' # General information about the project. -project = 'Adafruit\'s MicroPython' -copyright = '2014-2016, MicroPython contributors (https://github.com/adafruit/micropython/graphs/contributors)' +project = 'Adafruit CircuitPython' +copyright = '2014-2017, MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)' +# These are overwritten on ReadTheDocs. # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '1.8' +version = '0.0' # The full version, including alpha/beta/rc tags. -release = '1.8.6' +release = '0.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -83,7 +84,40 @@ release = '1.8.6' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ["*/build-*", "atmel-samd/asf", "atmel-samd/**.c", "atmel-samd/**.h", "bare-arm", "cc3200", "cc3200/FreeRTOS", "cc3200/hal", "drivers", "esp8266", "examples", "extmod", "lib", "minimal", "mpy-cross", "pic16bit", "py", "qemu-arm", "stmhal", "stmhal/hal", "stmhal/cmsis", "stmhal/usbdev", "stmhal/usbhost", "teensy", "tests", "tools", "unix", "windows", "zephyr"] +exclude_patterns = ["*/build-*", + "atmel-samd/asf", + "atmel-samd/asf_conf", + "atmel-samd/common-hal", + "atmel-samd/boards", + "atmel-samd/QTouch", + "atmel-samd/*.c", + "atmel-samd/*.h", + "bare-arm", + "cc3200", + "cc3200/FreeRTOS", + "cc3200/hal", + "drivers", + "esp8266", + "examples", + "extmod", + "lib", + "minimal", + "mpy-cross", + "pic16bit", + "py", + "qemu-arm", + "shared-module", + "stmhal", + "stmhal/hal", + "stmhal/cmsis", + "stmhal/usbdev", + "stmhal/usbhost", + "teensy", + "tests", + "tools", + "unix", + "windows", + "zephyr"] # The reST default role (used for this markup: `text`) to use for all # documents. -- cgit v1.2.3