Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b1ccd08

Browse files
committedDec 16, 2020
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 66cbbd1 commit b1ccd08

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
 

‎.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
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

‎.github/workflows/validate-docs.yml

Lines changed: 1 addition & 1 deletion
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

‎docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Before running the toolchain, run the following command from the root of the Git
255255
virtual environment, activate it before proceeding):
256256

257257
```
258-
pip install -r requirements_docs.txt
258+
pip install -r docs/requirements_docs.txt
259259
```
260260

261261
Now run the command:
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.