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 9131f2c commit 911ef88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
pip install sphinx
pip install sphinx-autodoc-typehints
pipo install sphinx-pdj-theme
pip 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 911ef88

Please sign in to comment.