mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Update sphinx_build_deploy.yml
install the readthedocs theme for sphinx
This commit is contained in:
parent
0091e34f28
commit
9ca213bb98
1 changed files with 2 additions and 2 deletions
4
.github/workflows/sphinx_build_deploy.yml
vendored
4
.github/workflows/sphinx_build_deploy.yml
vendored
|
@ -24,9 +24,9 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install -r docs/requirements.txt
|
||||
|
||||
- name: Update Sphinx
|
||||
- name: Install ReadTheDocs theme
|
||||
run: |
|
||||
pip install -U sphinx
|
||||
pip install sphinx_rtd_theme
|
||||
|
||||
- name: Build Sphinx documentation
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue