Skip to content

Commit 9db139f

Browse files
authored
Merge pull request #1440 from prachi237/faqs
Rectification in the FAQ (fix #1426)
2 parents 17498a8 + 6441706 commit 9db139f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/maintainer/maintainer_faq.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,12 @@ FAQ
9191

9292
:ref:`(Q) <mfaq_conda_verify>` **I am seeing** ``Importing conda-verify failed.`` **error message during build. What do I do?**
9393

94-
``Importing conda-verify failed. Please be sure to test your packages. conda install conda-verify to make this message go away.``
95-
You are seeing this error message because by default, conda-build uses conda-verify to ensure that your recipe and package meet some minimum sanity checks.
96-
This message can be safely ignored as conda-forge doesn't use conda-verify.
94+
.. code-block:: shell
95+
96+
Importing conda-verify failed. Please be sure to test your packages. conda install conda-verify to make this message go away.
97+
98+
You are seeing this error message because by default, conda-build uses conda-verify to ensure that your recipe and package meet some minimum sanity checks.
99+
This message can be safely ignored as conda-forge doesn't use conda-verify.
97100

98101

99102
.. _mfaq_version_update:

0 commit comments

Comments
 (0)