From 85d333f48badb27f8e4371263db3354f70836dfd Mon Sep 17 00:00:00 2001 From: kouett Date: Thu, 22 Feb 2024 12:48:37 +0000 Subject: [PATCH] Fix typo in sphinx quickstart cmd (#397) I believe the "pip" in front is extraneous. This is a small change. Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/397 Co-authored-by: kouett Co-committed-by: kouett --- content/codeberg-pages/examples/docs-as-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/codeberg-pages/examples/docs-as-code.md b/content/codeberg-pages/examples/docs-as-code.md index 07c0f05..0cc3737 100644 --- a/content/codeberg-pages/examples/docs-as-code.md +++ b/content/codeberg-pages/examples/docs-as-code.md @@ -144,7 +144,7 @@ If you wish to learn about the different options of **`pip install`** are, run t Once Sphinx is installed on your virtual environment, type the following command in your terminal: ```bash -(.venv) $ pip sphinx-quickstart +(.venv) $ sphinx-quickstart ``` You will then be asked to answer a series of questions regarding the configuration of your project.