From 331cdef2e86191857b9413ede78e60db30cd251b Mon Sep 17 00:00:00 2001 From: Spiros Maggioros Date: Fri, 29 Nov 2024 02:01:43 +0200 Subject: [PATCH] [Update] Make installing recommendation a note instead of plain text --- docs/installation.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index ff4510c..8e0c2cd 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -51,5 +51,6 @@ You can manually build the package from source by running: :: $ cd NiChart_DLMUSE && python3 -m pip install -e . -We **do not** recomment installing the package directly from source as the repository above is under heavy development and can cause -crashes and bugs. +.. note:: + We **do not** recomment installing the package directly from source as the repository above is under heavy development and can cause + crashes and bugs.