absurdfarce commented on code in PR #1282: URL: https://github.com/apache/cassandra-python-driver/pull/1282#discussion_r2976798716
########## docs/installation.rst: ########## @@ -161,9 +155,10 @@ for token-aware routing with the ``Murmur3Partitioner``, `libev <http://software.schmorp.de/pkg/libev.html>`_ event loop integration, and Cython optimized extensions. -When installing manually through setup.py, you can disable both with -the ``--no-extensions`` option, or selectively disable them with -with ``--no-murmur3``, ``--no-libev``, or ``--no-cython``. +When installing manually these options can be disabled by changing the corresponding +key in the ``tool.cassandra-driver`` table of pyproject.toml to "false". Please consult Review Comment: Same as above: avoiding the quotes is pretty clearly preferable so I'll make that happen. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

