Skip to content
Snippets Groups Projects
Unverified Commit 156ae0d1 authored by Rotzbua's avatar Rotzbua
Browse files

docs: GH use `requirements.txt`

Replaces hard coded dependency.
parent 895970a1
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: sudo pip3 install sphinx-rtd-theme
run: sudo pip3 install -r docs/requirements.txt
- name: Build documentation
run: make -C docs html
- name: Archive build output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment