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 .. 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