From e4bf27260d613805fff9c5852c67de792eefb99f Mon Sep 17 00:00:00 2001 From: Shamloor <1301585528@qq.com> Date: Wed, 17 Jun 2026 17:50:21 +0800 Subject: [PATCH] docs(cmake): fix formatting in CMake build options warning block The warning text was broken by an unexpected line break, causing readability issues. This commit joins the lines into a single coherent paragraph. --- docs/cmake_doc/options.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/cmake_doc/options.rst b/docs/cmake_doc/options.rst index ca1d078769..beb9c7ac27 100644 --- a/docs/cmake_doc/options.rst +++ b/docs/cmake_doc/options.rst @@ -20,13 +20,7 @@ together using the following instructions: .. - .. warning:: To build NEURON from source you either need to clone the - NEURON Git repository or download a source code archive that includes - Git submodules, such as the ``nrn-full-src-package-X.Y.Z.tar.gz`` file in - the `NEURON - releases `__ on - GitHub. The tarballs like ``Source code (tar.gz)`` or - ``Source code (zip)`` created by GitHub are incomplete. + .. warning:: To build NEURON from source you either need to clone the NEURON Git repository or download a source code archive that includes Git submodules, such as the ``nrn-full-src-package-X.Y.Z.tar.gz`` file in the `NEURON releases `__ on GitHub. The tarballs like ``Source code (tar.gz)`` or ``Source code (zip)`` created by GitHub are incomplete. 2. Create a build directory: