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 <lou@ynh.kouett.net.eu.org>
Co-committed-by: kouett <lou@ynh.kouett.net.eu.org>
This commit is contained in:
kouett 2024-02-22 12:48:37 +00:00 committed by Panagiotis "Ivory" Vasilopoulos
parent d5f6f22999
commit 85d333f48b

View file

@ -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.