Skip to content

Commit

Permalink
Merge pull request #2956 from Rotzbua/docs_gh_requirements
Browse files Browse the repository at this point in the history
docs: GH use `requirements.txt`
  • Loading branch information
neocturne authored Sep 7, 2023
2 parents ced0cca + 156ae0d commit 8c48f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c48f20

Please sign in to comment.