summaryrefslogtreecommitdiff
path: root/docs/development
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2021-04-23 09:02:49 -0400
committerGitHub <noreply@github.com>2021-04-23 08:02:49 -0500
commit58bddfd7e9588a8bdfc32baa1ea2fb93c121571d (patch)
treec4d1e6dff7459ea3dedcd54715f1cbcca2f78ce7 /docs/development
parentfdb69922493d1e64cf7f807b85d198abe2200aeb (diff)
downloadcryptography-58bddfd7e9588a8bdfc32baa1ea2fb93c121571d.tar.gz
removed paragraph in docs that was very out of date (#6003)
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/getting-started.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst
index e230fc30d..b52a4fd0c 100644
--- a/docs/development/getting-started.rst
+++ b/docs/development/getting-started.rst
@@ -26,12 +26,6 @@ install them manually by using ``pip`` on each directory.
You will also need to install ``enchant`` using your system's package manager
to check spelling in the documentation.
-.. note::
- There is an upstream bug in ``enchant`` that prevents its installation on
- Windows with 64-bit Python. See `this Github issue`_ for more information.
- The easiest workaround is to use 32-bit Python for ``cryptography``
- development, even on 64-bit Windows.
-
You are now ready to run the tests and build the documentation.
OpenSSL on macOS
@@ -115,4 +109,3 @@ The HTML documentation index can now be found at
.. _`pip`: https://pypi.org/project/pip/
.. _`sphinx`: https://pypi.org/project/Sphinx/
.. _`reStructured Text`: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
-.. _`this Github issue`: https://github.com/rfk/pyenchant/issues/42