Skip to content

Commit a76a64f

Browse files
docs workflow fix (#1181)
1 parent d23bfeb commit a76a64f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/install-all-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo ""
99
# Install Sphinx and documentation tools first
1010
echo "=== Installing Sphinx and documentation tools ==="
1111
pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org \
12-
sphinx sphinx-rtd-theme sphinxcontrib-httpdomain sphinxcontrib-images sphinxemoji rich
12+
sphinx sphinx-rtd-theme sphinxcontrib-httpdomain sphinxcontrib-images sphinxcontrib-spelling sphinxemoji rich
1313

1414
# Install ALL standard PyPI dependencies from pyproject.toml
1515
# Excluding git-based dependencies which need special handling

doc/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
-e ../
2-
sphinx==2.3.*
2+
sphinx
33
sphinx-rtd-theme
44
sphinxcontrib-httpdomain
55
sphinxcontrib-images
6-
sphinxcontrib-spelling==4.*
6+
sphinxcontrib-spelling
77
sphinxemoji
88
pygments-markdown-lexer
9+
rich
910
# See https://github.com/rfk/pyenchant/pull/130
1011
git+https://github.com/raphaelm/pyenchant.git@patch-1#egg=pyenchant

0 commit comments

Comments
 (0)