Skip to content
Snippets Groups Projects
Unverified Commit 8c48f20c authored by Matthias Schiffer's avatar Matthias Schiffer Committed by GitHub
Browse files

Merge pull request #2956 from Rotzbua/docs_gh_requirements

docs: GH use `requirements.txt`
parents ced0ccaf 156ae0d1
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