Skip to content

Commit

Permalink
chore: Update generate_docs workflow to use Python 3.11 and Sphinx de…
Browse files Browse the repository at this point in the history
…pendencies
  • Loading branch information
dasunpubudumal committed Aug 22, 2024
1 parent 117d06e commit 9131f2c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.11
- name: Install pipenv
run: pip install pipenv
- name: Run tests
run: |
pipenv install --dev

- name: Create rst files for docs
run: |
pip install sphinx
pip install sphinx-autodoc-typehints
pipo install sphinx-pdj-theme
mkdir doc
sphinx-apidoc -o docs/source/ tol_lab_share tol_lab_share/config tol_lab_share/constants setup_dev_rabbit.py
make html -C docs
Expand Down

0 comments on commit 9131f2c

Please sign in to comment.