mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Merge pull request #720 from cjmayo/rtd_sphinx
Allow sphinx-rtd-theme to pick the versions of sphinx & docutils
This commit is contained in:
commit
a61ffac5d3
1 changed files with 5 additions and 4 deletions
9
.github/workflows/publish-pages.yml
vendored
9
.github/workflows/publish-pages.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue