diff options
author | Shahzeb Siddiqui <shahzebmsiddiqui@gmail.com> | 2020-11-03 06:15:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 12:15:46 +0100 |
commit | 75e73d7fcc57d5cc41e0302905a396c7f3ab8e29 (patch) | |
tree | a9cb2eb06b4577f898d15eca392188a8482c73da | |
parent | 4637d97d41a0269a977d257327ab98d956c0530b (diff) | |
download | spack-75e73d7fcc57d5cc41e0302905a396c7f3ab8e29.tar.gz spack-75e73d7fcc57d5cc41e0302905a396c7f3ab8e29.tar.bz2 spack-75e73d7fcc57d5cc41e0302905a396c7f3ab8e29.tar.xz spack-75e73d7fcc57d5cc41e0302905a396c7f3ab8e29.zip |
documentation: fix formatting of code-block section (#19693)
-rw-r--r-- | lib/spack/docs/module_file_support.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/module_file_support.rst b/lib/spack/docs/module_file_support.rst index 1d39f16b89..14925c8590 100644 --- a/lib/spack/docs/module_file_support.rst +++ b/lib/spack/docs/module_file_support.rst @@ -515,7 +515,7 @@ module files, and to add the correct path to ``MODULEPATH``, you need to source the appropriate setup file. Assuming Spack is installed in ``$SPACK_ROOT``, run the appropriate command for your shell: -. code-block:: console +.. code-block:: console # For bash/zsh/sh $ . $SPACK_ROOT/share/spack/setup-env.sh |