From a2a8a222e31b1737ccba695c70f209a588f17048 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sat, 21 Oct 2023 11:56:03 +0200 Subject: [PATCH] Docs: fix formatting of commented configuration example --- docs/user/config-file/examples/sphinx/.readthedocs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user/config-file/examples/sphinx/.readthedocs.yaml b/docs/user/config-file/examples/sphinx/.readthedocs.yaml index 4b2de59ea31..dd2aa46c895 100644 --- a/docs/user/config-file/examples/sphinx/.readthedocs.yaml +++ b/docs/user/config-file/examples/sphinx/.readthedocs.yaml @@ -24,12 +24,12 @@ sphinx: # Optionally build your docs in additional formats such as PDF and ePub # formats: -# - pdf -# - epub +# - pdf +# - epub # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html # python: -# install: -# - requirements: docs/requirements.txt +# install: +# - requirements: docs/requirements.txt