diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 95ec218..1c7aeea 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -8,8 +8,11 @@
# Required
version: 2
+build:
+ tools:
+ python: "3"
+
python:
- version: "3.6"
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
diff --git a/README.rst b/README.rst
index 276b848..07d5937 100644
--- a/README.rst
+++ b/README.rst
@@ -101,15 +101,17 @@ Usage Example
while ticks_less(ticks_ms(), deadline):
pass
+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 `_.