From 0a631ccd64e909182a6b0f3c99f566f708054f63 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Thu, 26 Sep 2019 15:00:45 -0700 Subject: [PATCH 1/2] changed a couple refeences from 7735 to 7789 --- docs/conf.py | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index feeb0b2..814c23c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -109,7 +109,7 @@ html_favicon = '_static/favicon.ico' # Output file base name for HTML help builder. -htmlhelp_basename = 'AdafruitSt7735Librarydoc' +htmlhelp_basename = 'AdafruitSt7789Librarydoc' # -- Options for LaTeX output --------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index c6a4ea8..24c0cf6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -31,7 +31,7 @@ Table of Contents .. toctree:: :caption: Other Links - Download + Download CircuitPython Reference Documentation CircuitPython Support Forum Discord Chat From fc097c195ac9692b69169c37cc2e12cf058da510 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Thu, 26 Sep 2019 15:22:11 -0700 Subject: [PATCH 2/2] Found another one, probably the actual culprit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 00b0452..e520d5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,5 +29,5 @@ install: script: - pylint adafruit_st7789.py - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py) - - circuitpython-build-bundles --filename_prefix adafruit-circuitpython-st7735 --library_location . + - circuitpython-build-bundles --filename_prefix adafruit-circuitpython-st7789 --library_location . - cd docs && sphinx-build -E -W -b html . _build/html && cd ..