summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-01-05 16:20:46 -0800
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-01-05 16:20:46 -0800
commit7c302c395ec699738bade269673c06a38cbedbff (patch)
tree56280be561c525e52e7823c76e7b4645ff17442c /conf.py
parent25ae844d555b489eebd1ca3e80cc34f67182e205 (diff)
Improve docs and update to CircuitPython.
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py44
1 files changed, 39 insertions, 5 deletions
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.