From 6d9d0473db59980020f67ce07d4b56d35ec6a7a1 Mon Sep 17 00:00:00 2001 From: Anthony Johnson Date: Thu, 23 May 2024 09:31:49 -0700 Subject: [PATCH] Fix small docs display issue on tutorial The additional whitespace invoked a definition list on this paragraph. --- docs/user/tutorial/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/tutorial/index.rst b/docs/user/tutorial/index.rst index bfdb5d1e433..51880c44910 100644 --- a/docs/user/tutorial/index.rst +++ b/docs/user/tutorial/index.rst @@ -318,7 +318,7 @@ and you will see several warnings: No module named 'lumache' To spot these warnings more easily and help you to address them, - add the ``sphinx.fail_on_warning`` option to your Read the Docs configuration file. +add the ``sphinx.fail_on_warning`` option to your Read the Docs configuration file. To fail on warnings to your Read the Docs project, edit the ``.readthedocs.yaml`` file in your project, add the three lines of ``sphinx`` configuration below, and commit the file: