Skip to content

Commit 9e8dc5d

Browse files
committed
Move documentation requirements file to docs subfolder
This file is exclusive to the documentation, so there is no point in it being in the already crowded root of the repo.
1 parent b6dd766 commit 9e8dc5d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/publish-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: needs.publish-determination.outputs.result == 'true'
3939

4040
env:
41-
DOCUMENTATION_REQUIREMENTS_PATH: ./requirements_docs.txt
41+
DOCUMENTATION_REQUIREMENTS_PATH: ./docs/requirements_docs.txt
4242

4343
steps:
4444
- name: Checkout local repository

.github/workflows/validate-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
env:
27-
DOCUMENTATION_REQUIREMENTS_PATH: ./requirements_docs.txt
27+
DOCUMENTATION_REQUIREMENTS_PATH: ./docs/requirements_docs.txt
2828

2929
steps:
3030
- name: Checkout local repository

docs/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Before running the toolchain, run the following command from the root of the Git
248248
virtual environment, activate it before proceeding):
249249

250250
```
251-
pip install -r requirements_docs.txt
251+
pip install -r docs/requirements_docs.txt
252252
```
253253

254254
Now run the command:
File renamed without changes.

0 commit comments

Comments
 (0)