Commit 5307cd6c authored by Ruilong Li's avatar Ruilong Li
Browse files

fix

parent fb1da905
......@@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme
pip install -r docs/requirements.txt
- name: Sphinx build
run: |
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