diff --git a/.readthedocs.yml b/.readthedocs.yml index d4b41b32a7..fa3b0a80e9 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,12 @@ # Required version: 2 +# Required +build: + os: ubuntu-20.04 + tools: + python: "3.8" + # Optionally build your docs in additional formats such as PDF and ePub formats: - htmlzip @@ -14,7 +20,6 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - requirements: docs/requirements.txt diff --git a/docs/source/information/command-handler.rst b/docs/source/information/command-handler.rst index 4e98a77aa8..134e491e89 100644 --- a/docs/source/information/command-handler.rst +++ b/docs/source/information/command-handler.rst @@ -26,7 +26,7 @@ System commands can be activated using: - The additional parameter for websocket is used to allow multiple connections on one websocket server instance, both with or without -command proceesing. +command processing. When the websocket open request has query parameter ``"command=true"`` command processing is enabled. diff --git a/docs/source/information/events.rst b/docs/source/information/events.rst index 42585042e1..962508fa4d 100644 --- a/docs/source/information/events.rst +++ b/docs/source/information/events.rst @@ -75,7 +75,7 @@ such as if a timer expires. This can be a regular 'C' callback function, which you should use for handling interrupts. -For regular application code, a :cpp:class:`Delegate` provides more flexbility and allows you to create +For regular application code, a :cpp:class:`Delegate` provides more flexibility and allows you to create simpler, cleaner code. See `Delegation `__ for a bit of background. diff --git a/samples/SDCard/example.output.txt b/samples/SDCard/example.output.txt index b48a9f7cf8..a10b198240 100644 --- a/samples/SDCard/example.output.txt +++ b/samples/SDCard/example.output.txt @@ -45,7 +45,7 @@ Read: hello has 5 letters -4. Write speed benchamark: +4. Write speed benchmark: Write 1 kBytes in 1 Bytes increment: 23.17 kB/s Write 1 kBytes in 64 Bytes increment: 23.13 kB/s Write 1 kBytes in 128 Bytes increment: 23.09 kB/s @@ -54,4 +54,4 @@ Write 1 kBytes in 1024 Bytes increment: 24.01 kB/s Write 4 kBytes in 1024 Bytes increment: 71.36 kB/s Write 8 kBytes in 512 Bytes increment: 91.49 kB/s Write 8 kBytes in 1024 Bytes increment: 102.11 kB/s -Write 8 kBytes in 8192 Bytes increment: 96.95 kB/s \ No newline at end of file +Write 8 kBytes in 8192 Bytes increment: 96.95 kB/s