Commit 751a58fb authored by Sean Hammond's avatar Sean Hammond Committed by Robert Knight

Remove `tox-pip-sync`

The same as we've done for all our other projects. The client only uses
tox to serve its Sphinx documentation site (the site that's published to
https://h.readthedocs.io/projects/client/en/latest/) locally. To test
run:

    make docs

and open http://localhost:8000/
parent 2700e539
pip-tools pip-tools
pip-sync-faster
myst-parser myst-parser
sphinx-autobuild sphinx-autobuild
sphinx sphinx
......
...@@ -53,8 +53,12 @@ packaging==21.3 ...@@ -53,8 +53,12 @@ packaging==21.3
# sphinx # sphinx
pep517==0.13.0 pep517==0.13.0
# via build # via build
pip-tools==6.8.0 pip-sync-faster==0.0.2
# via -r requirements/checkdocs.in # via -r requirements/checkdocs.in
pip-tools==6.8.0
# via
# -r requirements/checkdocs.in
# pip-sync-faster
pygments==2.12.0 pygments==2.12.0
# via sphinx # via sphinx
pyparsing==3.0.9 pyparsing==3.0.9
......
pip-tools pip-tools
pip-sync-faster
myst-parser myst-parser
sphinx-autobuild sphinx-autobuild
sphinx sphinx
......
...@@ -53,8 +53,12 @@ packaging==21.3 ...@@ -53,8 +53,12 @@ packaging==21.3
# sphinx # sphinx
pep517==0.13.0 pep517==0.13.0
# via build # via build
pip-tools==6.8.0 pip-sync-faster==0.0.2
# via -r requirements/docs.in # via -r requirements/docs.in
pip-tools==6.8.0
# via
# -r requirements/docs.in
# pip-sync-faster
pygments==2.12.0 pygments==2.12.0
# via sphinx # via sphinx
pyparsing==3.0.9 pyparsing==3.0.9
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
envlist = docs envlist = docs
skipsdist = true skipsdist = true
requires = requires =
tox-pip-sync tox-faster
tox-pyenv tox-pyenv
tox-run-command tox-run-command
...@@ -13,5 +13,6 @@ deps = ...@@ -13,5 +13,6 @@ deps =
passenv = passenv =
HOME HOME
commands = commands =
pip-sync-faster requirements/{env:TOX_ENV_NAME}.txt --pip-args '--disable-pip-version-check'
docs: sphinx-autobuild -qT --open-browser -b dirhtml -d {envdir}/doctrees docs {envdir}/html docs: sphinx-autobuild -qT --open-browser -b dirhtml -d {envdir}/doctrees docs {envdir}/html
checkdocs: sphinx-build -qTWn -b dirhtml -d {envdir}/doctrees docs {envdir}/html checkdocs: sphinx-build -qTWn -b dirhtml -d {envdir}/doctrees docs {envdir}/html
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment