From f01c60ee1e59659ac52f3d8e40a5c67d19e00cb6 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 23 Oct 2023 14:25:40 +0200 Subject: [PATCH] Docs: fix formatting of commented configuration example (#10858) --- 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