diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/contribution_guide.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/spack/docs/contribution_guide.rst b/lib/spack/docs/contribution_guide.rst index f4527355c4..17e24b816e 100644 --- a/lib/spack/docs/contribution_guide.rst +++ b/lib/spack/docs/contribution_guide.rst @@ -338,15 +338,6 @@ Once all of the dependencies are installed, you can try building the documentati If you see any warning or error messages, you will have to correct those before your PR is accepted. -.. note:: - - There is also a ``run-doc-tests`` script in ``share/spack/qa``. The only - difference between running this script and running ``make`` by hand is that - the script will exit immediately if it encounters an error or warning. This - is necessary for CI. If you made a lot of documentation changes, it is - much quicker to run ``make`` by hand so that you can see all of the warnings - at once. - If you are editing the documentation, you should obviously be running the documentation tests. But even if you are simply adding a new package, your changes could cause the documentation tests to fail: |