Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aceisace authored Dec 7, 2023
1 parent ac37214 commit 8cffd5b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,15 @@ jobs:
with:
python-version: 3.11

- name: Install Dependencies
- name: Install Dependencies & generate Docs
run: |
sudo apt-get install python3-sphinx
python3 -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
pip install wheel
pip install -r requirements.txt
pip install -e .
cd ..
- name: Generate Docs
run: |
sudo apt-get install python3-sphinx
pip install sphinxemoji sphinx_rtd_theme recommonmark
cd docsource && make github && cd ..
Expand Down

0 comments on commit 8cffd5b

Please sign in to comment.