Skip to content

Commit

Permalink
enable build_docs to get its necessary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
obriencj committed Sep 19, 2023
1 parent 48db2fa commit 58be18e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install Dependencies
run: |
sudo apt-get install make pandoc
sudo apt-get install libkrb5-dev make pandoc
pip install tox tox-gh-actions
- name: Generate Documentation
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ commands =
deps =
sphinx<7

skip_install = True


[testenv:build]

Expand Down

0 comments on commit 58be18e

Please sign in to comment.