We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c1523 commit e651f8fCopy full SHA for e651f8f
.github/workflows/documentation.yaml
@@ -23,7 +23,7 @@ jobs:
23
cache: pip
24
25
- name: Install dependencies
26
- run: python -m pip install -r docs/doc-requirements.txt
+ run: python -m pip install -r docs/requirements.txt
27
28
- name: MKDocs build
29
run: mkdocs build --config-file mkdocs.yml --strict
docs/development/docs.md
@@ -5,7 +5,7 @@ Here are the instructions to serve the documentation on localhost:8001:
5
```bash
6
python -m venv venv
7
source venv/bin/activate
8
-python -m pip install -r docs/doc-requirements.txt
+python -m pip install -r docs/requirements.txt
9
mkdocs serve --dev-addr localhost:8001
10
```
11
docs/doc-requirements.txt renamed to docs/requirements.txt
0 commit comments