Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/install-all-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo ""
# Install Sphinx and documentation tools first
echo "=== Installing Sphinx and documentation tools ==="
pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org \
sphinx sphinx-rtd-theme sphinxcontrib-httpdomain sphinxcontrib-images sphinxemoji rich
sphinx sphinx-rtd-theme sphinxcontrib-httpdomain sphinxcontrib-images sphinxcontrib-spelling sphinxemoji rich

# Install ALL standard PyPI dependencies from pyproject.toml
# Excluding git-based dependencies which need special handling
Expand Down
5 changes: 3 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
-e ../
sphinx==2.3.*
sphinx
sphinx-rtd-theme
sphinxcontrib-httpdomain
sphinxcontrib-images
sphinxcontrib-spelling==4.*
sphinxcontrib-spelling
sphinxemoji
pygments-markdown-lexer
rich
# See https://github.com/rfk/pyenchant/pull/130
git+https://github.com/raphaelm/pyenchant.git@patch-1#egg=pyenchant