diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f8b2891..1c7aeea 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,8 +8,11 @@ # Required version: 2 +build: + tools: + python: "3" + python: - version: "3.x" install: - requirements: docs/requirements.txt - requirements: requirements.txt diff --git a/README.rst b/README.rst index b74ba6d..1c8cd72 100644 --- a/README.rst +++ b/README.rst @@ -98,15 +98,17 @@ Usage Example See examples/vl53l1x_simpletest.py for basic usage example. +Documentation +============= + +API documentation for this library can be found on `Read the Docs `_. + +For information on building library documentation, please check out +`this guide `_. + Contributing ============ Contributions are welcome! Please read our `Code of Conduct `_ before contributing to help this project stay welcoming. - -Documentation -============= - -For information on building library documentation, please check out -`this guide `_.