File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -784,12 +784,12 @@ class Spack(BuildSystem):
784784 #: be automatically set to `rfm_spack_env`.
785785 #:
786786 #: :type: :class:`str` or :class:`None`
787- #: :default: `` None` `
787+ #: :default: :class:` None`
788788 #:
789789 #: .. note::
790790 #: .. versionchanged:: 3.7.3
791791 #: The field is no longer required and the Spack environment will be
792- #: automatically created if not provided
792+ #: automatically created if not provided.
793793 environment = variable (typ .Str [r'\S+' ], type (None ), value = None )
794794
795795 #: The directory where Spack will install the packages requested by this
@@ -811,7 +811,7 @@ class Spack(BuildSystem):
811811 #: will not be overridden.
812812 #:
813813 #: :type: :class:`str` or :class:`None`
814- #: :default: `` None` `
814+ #: :default: :class:` None`
815815 #:
816816 #: .. versionadded:: 3.7.3
817817 install_tree = variable (typ .Str [r'\S+' ], type (None ), value = None )
You can’t perform that action at this time.
0 commit comments