Skip to content

Commit

Permalink
chore: Update generate_docs workflow to include sphinx-rtd-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dasunpubudumal committed Aug 22, 2024
1 parent 911ef88 commit 40bb4aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
pip install sphinx
pip install sphinx-autodoc-typehints
pip install sphinx-pdj-theme
pip install sphinx-rtd-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 40bb4aa

Please sign in to comment.