Skip to content

Commit

Permalink
add requirements for nbox
Browse files Browse the repository at this point in the history
  • Loading branch information
yashbonde committed Oct 14, 2021
1 parent 4238eb6 commit 123d748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/update-docs.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/update-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- name: Checkout the files
uses: actions/checkout@v2
- name: Install Sphinx and furo
run: |
sudo apt-get -y install python3-sphinx
pip install furo randomname==0.1.3 rich==10.12.0
- name: Make html
working-directory: "docs-src/"
run: |
Expand Down

0 comments on commit 123d748

Please sign in to comment.