From 9f02e505d94bf402cfcc268efb3ace42dc2de4b7 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Tue, 21 Feb 2023 22:03:22 +0000 Subject: [PATCH] add wheel to docsite pre-reqs #79513 (#80061) --- docs/docsite/rst/community/documentation_contributions.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docsite/rst/community/documentation_contributions.rst b/docs/docsite/rst/community/documentation_contributions.rst index 0f464f117e0..223c4e252a2 100644 --- a/docs/docsite/rst/community/documentation_contributions.rst +++ b/docs/docsite/rst/community/documentation_contributions.rst @@ -105,9 +105,7 @@ The :file:`docs/docsite/requirements.txt` file allows a wide range of versions a pip install --user -r requirements.txt pip install --user -r test/sanity/code-smell/docs-build.requirements.txt - - -You can drop ``--user`` if you have set up a virtual environment (venv/virtenv). +You can drop ``--user`` if you have set up a virtual environment (venv/virtenv). .. note:: @@ -116,6 +114,7 @@ You can drop ``--user`` if you have set up a virtual environment (venv/virtenv). - ``libyaml`` - ``make`` - ``pyparsing`` + - ``wheel`` - ``six`` On macOS with Xcode, you may need to install ``six`` and ``pyparsing`` with ``--ignore-installed`` to get versions that work with ``sphinx``.