"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "3300692c6e7c2023d2f2356a69ec22ca91e38790"
Commit 5307cd6c authored by Ruilong Li's avatar Ruilong Li
Browse files

fix

parent fb1da905
...@@ -10,7 +10,7 @@ jobs: ...@@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-python@v3 - uses: actions/setup-python@v3
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install sphinx sphinx_rtd_theme pip install -r docs/requirements.txt
- name: Sphinx build - name: Sphinx build
run: | run: |
sphinx-build docs/source _build sphinx-build docs/source _build
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment