Skip to content

Commit 60aa467

Browse files
Mark ophan page as such
1 parent db2c0fd commit 60aa467

1 file changed

Lines changed: 7 additions & 16 deletions

File tree

docs/deploy_locally.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
1+
---
2+
orphan:
3+
---
4+
15
# Deploy this repository as a local website
26

37
This page describes how to deploy this website locally.
48

5-
To work on the website locally first create a virtual environment and install
6-
the required dependencies:
7-
8-
???- 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
9+
In the repository's root folder do:
1910

20-
``` bash
21-
mkdocs serve
11+
```bash
12+
./script/deploy_sphinx_website_locally.sh
2213
```

0 commit comments

Comments
 (0)