File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
- * The docs are built on GitHub Actions and run the `` .ci_scripts/update_docs `` script.
2
- To build the docs locally, follow the steps mentioned below:
3
- 1 . Clone the repository into your local machine.
4
- 2 . Go into the main folder.Run the following commands.
5
- 3 . `` conda env create -f ./.ci_scripts/environment.yml ``
6
- 4 . `` conda activate conda-forge-docs ``
7
- 5 . `` cd newsfeed && pip install --no-deps . ``
8
- 6 . `` cd ../src ``
9
- 7 . `` make html ``
1
+ The docs are built on GitHub Actions and run the `` .ci_scripts/update_docs `` script.
10
2
11
- * Once merged to `` master `` , you can find the auto-generated html file in `` docs `` directory.
3
+ To build the docs locally, follow the steps mentioned below:
4
+ 1 . Clone the repository into your local machine.
5
+ 2 . Go into the main folder.Run the following commands.
6
+ 3 . `` conda env create -f ./.ci_scripts/environment.yml ``
7
+ 4 . `` conda activate conda-forge-docs ``
8
+ 5 . `` cd newsfeed && pip install --no-deps . ``
9
+ 6 . `` cd ../src ``
10
+ 7 . `` make html ``
11
+
12
+ Once merged to `` master `` , you can find the auto-generated html file in `` docs `` directory.
12
13
You can’t perform that action at this time.
0 commit comments