Skip to content

Commit

Permalink
update doc process: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dothinking committed Jan 17, 2024
1 parent 13b9bba commit cf49a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx sphinx_rtd_theme
pip install sphinx sphinx_rtd_theme autodoc sphinxcontrib.apidoc
pip install -r requirements.txt
python setup.py develop
Expand Down

0 comments on commit cf49a40

Please sign in to comment.