Skip to content

Commit 73e1900

Browse files
committed
remove reference to newsfeed in contrib docs
1 parent 74d9d71 commit 73e1900

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

sphinx/src/user/contributing.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,15 @@ If you are new to the conda-forge community, follow the steps below to make your
5959

6060
- ``conda env create -f ./.ci_scripts/environment.yml``
6161
- ``conda activate conda-forge-docs``
62-
- ``cd sphinx``
63-
- ``cd newsfeed && pip install --no-deps .``
64-
- ``cd ../src``
62+
- ``cd sphinx/src``
6563

6664
5. Make your changes and run the following command to check them:
6765

6866
- ``make html``
6967

70-
You can check the changes locally by opening the html files in ``src/_build/html`` or running:
68+
You can check the changes locally by opening the html files in ``_build/html`` or running:
7169

72-
- ``python -m http.server --directory src/_build/html``
70+
- ``python -m http.server --directory _build/html``
7371

7472
6. Add and commit your changes:
7573

0 commit comments

Comments
 (0)