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