From bff4dde5ffecfb09bd280f221d8f5641e25eaf7f Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Thu, 11 May 2023 12:03:50 -0600 Subject: [PATCH] DOC: Fix rst formatting in dev environment docs --- doc/source/development/contributing_environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing_environment.rst b/doc/source/development/contributing_environment.rst index 38e354d8c57d6..8bc15d6968afc 100644 --- a/doc/source/development/contributing_environment.rst +++ b/doc/source/development/contributing_environment.rst @@ -225,7 +225,7 @@ To compile pandas with meson, run:: # Build and install pandas python -m pip install -ve . --no-build-isolation -** Build options ** +**Build options** It is possible to pass options from the pip frontend to the meson backend if you would like to configure your install. Occasionally, you'll want to use this to adjust the build directory, and/or toggle debug/optimization levels.