From 08bafdffc61554f82f106c9894789d9ad6818bf7 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Mon, 4 Jan 2021 10:49:29 +0100 Subject: [PATCH] doc: fix typo in docbuild.rst Fix a typo in the `docbuild.rst` file. --- doc/tutorials/docbuild.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/docbuild.rst b/doc/tutorials/docbuild.rst index b61fe7d9d..0d6293d31 100644 --- a/doc/tutorials/docbuild.rst +++ b/doc/tutorials/docbuild.rst @@ -179,7 +179,7 @@ another ``make html`` and the output layout and style is changed. The sphinx build system creates document cache information that attempts to expedite documentation rebuilds, but occasionally can cause an unexpected error or warning to be generated. Doing a ``make clean`` to create a clean -generation environent and a ``make html`` again generally cleans this up. +generation environment and a ``make html`` again generally cleans this up. The ``read-the-docs`` theme is installed as part of the ``requirements.txt`` list above. Tweaks to the standard