Skip to content

Commit e651f8f

Browse files
committed
Minor change to doc CI config
1 parent e4c1523 commit e651f8f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: pip
2424

2525
- name: Install dependencies
26-
run: python -m pip install -r docs/doc-requirements.txt
26+
run: python -m pip install -r docs/requirements.txt
2727

2828
- name: MKDocs build
2929
run: mkdocs build --config-file mkdocs.yml --strict

docs/development/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Here are the instructions to serve the documentation on localhost:8001:
55
```bash
66
python -m venv venv
77
source venv/bin/activate
8-
python -m pip install -r docs/doc-requirements.txt
8+
python -m pip install -r docs/requirements.txt
99
mkdocs serve --dev-addr localhost:8001
1010
```
1111

File renamed without changes.

0 commit comments

Comments
 (0)