File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### How to make and test your changes
4
4
5
- 1 . Navigate to the documentation directory:
5
+ 1 . Navigate to the project root directory:
6
6
``` bash
7
- cd parallel_programming_course/docs
7
+ cd parallel_programming_course
8
8
```
9
9
10
10
2 . (Optional) Create a virtual environment:
11
11
``` bash
12
12
python3 -m venv venv
13
13
```
14
14
15
- 3 . Install the required dependencies:
15
+ 3 . Install the required dependencies (for the projects and the docs) :
16
16
``` bash
17
17
pip install -r requirements.txt
18
+ pip install -r docs/requirements.txt
18
19
```
19
20
20
21
4 . Configure the documentation build:
@@ -46,7 +47,7 @@ cmake --build build -t docs_html
46
47
47
48
9 . Make local deployment of the changes:
48
49
``` bash
49
- cd _build/html
50
+ cd docs/ _build/html
50
51
python3 -m http.server 8080
51
52
```
52
53
You can’t perform that action at this time.
0 commit comments