Skip to content

Commit c296f67

Browse files
committed
some more renames and path adjustments
1 parent b991746 commit c296f67

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22

33
sphinx:
4-
configuration: rtd/conf.py
4+
configuration: src/rtd/conf.py
55

66
formats:
77
- htmlzip

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you have questions or need help, please check out our documentation for a [li
1010

1111
## Improving the docs
1212

13-
- You can help to improve the documentation! It is version-controlled in the [conda-forge.github.io repository on GitHub](https://github.com/conda-forge/conda-forge.github.io). The source text is stored in the src/ subdirectory and is formatted using Python’s [reStructuredText system](https://docutils.sourceforge.io/rst.html).
13+
- You can help to improve the documentation! It is version-controlled in the [conda-forge.github.io repository on GitHub](https://github.com/conda-forge/conda-forge.github.io). The source text is stored in the `sphinx/src/` subdirectory and is formatted using Python’s [reStructuredText system](https://docutils.sourceforge.io/rst.html).
1414

1515
- The docs are built on GitHub Actions and run the `.ci_scripts/update_docs` script.
1616
We are glad to know that you would like to contribute. To build the docs locally, follow the steps mentioned below:
@@ -20,6 +20,7 @@ If you have questions or need help, please check out our documentation for a [li
2020
Run the following commands.
2121
* `conda env create -f ./.ci_scripts/environment.yml`
2222
* `conda activate conda-forge-docs`
23+
* `cd sphinx`
2324
* `cd newsfeed && pip install --no-deps .`
2425
* `cd ../src`
2526
* `make html`
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)