Merge pull request #720 from cjmayo/rtd_sphinx

Allow sphinx-rtd-theme to pick the versions of sphinx & docutils
This commit is contained in:
Chris Mayo 2023-01-18 19:30:14 +00:00 committed by GitHub
commit a61ffac5d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,11 +30,12 @@ jobs:
python-version: "3.x"
- name: Install Python packages
run: >
run: |
pip install dnspython beautifulsoup4 requests \
hatchling hatch-vcs sphinx sphinx_epytext \
sphinx_rtd_theme sphinx-sitemap \
sphinxcontrib-jquery
hatchling hatch-vcs
# Allow sphinx-rtd-theme to choose the versions of sphinx & docutils
pip install sphinx-rtd-theme
pip install sphinx-epytext sphinx-sitemap
- name: Build
run: |