Update sphinx_build_deploy.yml

install the readthedocs theme for sphinx
This commit is contained in:
srcarter3 2020-09-02 12:17:42 -06:00 committed by GitHub
parent 0091e34f28
commit 9ca213bb98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |