diff --git a/README.rst b/README.rst index a93df8a..c988299 100644 --- a/README.rst +++ b/README.rst @@ -78,26 +78,7 @@ Contributions are welcome! Please read our `Code of Conduct `_ before contributing to help this project stay welcoming. -Building locally -================ - -To build this library locally you'll need to install the -`circuitpython-travis-build-tools `_ package. - -.. code-block::shell - - python3 -m venv .env - source .env/bin/activate - pip install -r requirements.txt - -Once installed, make sure you are in the virtual environment: - -.. code-block::shell - - source .env/bin/activate - -Then run the build: - -.. code-block::shell +Documentation +============= - circuitpython-build-bundles --filename_prefix adafruit-circuitpython-lis3dh --library_location . +For information on building library documentation, please check out `this guide `_.