File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 99# Install Sphinx and documentation tools first
1010echo " === Installing Sphinx and documentation tools ==="
1111pip 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
Original file line number Diff line number Diff line change 11-e ../
2- sphinx == 2.3.*
2+ sphinx
33sphinx-rtd-theme
44sphinxcontrib-httpdomain
55sphinxcontrib-images
6- sphinxcontrib-spelling == 4.*
6+ sphinxcontrib-spelling
77sphinxemoji
88pygments-markdown-lexer
9+ rich
910# See https://github.com/rfk/pyenchant/pull/130
1011git+https://github.com/raphaelm/pyenchant.git@patch-1#egg=pyenchant
You can’t perform that action at this time.
0 commit comments