diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b79ec5b..fe4faae 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,6 +8,9 @@ # Required version: 2 +sphinx: + configuration: docs/conf.py + build: os: ubuntu-20.04 tools: diff --git a/docs/starting_methods.rst b/docs/starting_methods.rst index 566976d..6096293 100644 --- a/docs/starting_methods.rst +++ b/docs/starting_methods.rst @@ -70,10 +70,10 @@ Helper for socket pool using ``adafruit_connection_manager`` ------------------------------------------------------------ If you do not want to configure the socket pool manually, you can use the ``adafruit_connection_manager`` library, -which provides helpers for getting socker pool and SSL context for common boards. +which provides helpers for getting socket pool and SSL context for common boards. Note that it is not installed by default. -You can read `more about the it here `_. +You can read `more about it here `_. .. literalinclude:: ../examples/httpserver_simpletest_auto_connection_manager.py