From 8930cd54f6e22134bf06e4686df2622c46d8ed43 Mon Sep 17 00:00:00 2001 From: Mohamed Gaber Date: Sat, 29 Jun 2024 02:12:04 +0300 Subject: [PATCH] Typo --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ceb4b18..264d8fb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,5 +11,5 @@ build: python: "3.10" commands: - pip3 install -r ./docs/requirements.txt - - cd docs && python3 -m sphinx.cmd.build -M html "source" "_build" + - cd docs && python3 -m sphinx.cmd.build -M html "Source" "_build" - mv docs/_build _readthedocs