We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2c0fd commit 60aa467Copy full SHA for 60aa467
1 file changed
docs/deploy_locally.md
@@ -1,22 +1,13 @@
1
+---
2
+orphan:
3
4
+
5
# Deploy this repository as a local website
6
7
This page describes how to deploy this website locally.
8
-To work on the website locally first create a virtual environment and install
-the required dependencies:
-
-???- question "Do I really need a virtual environment?"
9
10
- No.
11
12
-``` bash
13
-python -m venv hpc_python_venv
14
-source hpc_python_venv/bin/activate
15
-pip install -r requirements.txt
16
-```
17
18
-Then serve the website and edit
+In the repository's root folder do:
19
20
21
-mkdocs serve
+```bash
+./script/deploy_sphinx_website_locally.sh
22
```
0 commit comments