summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2021-10-27 19:02:52 +0200
committerGitHub <noreply@github.com>2021-10-27 19:02:52 +0200
commit3d5444fdd80f39b86a031d50dd8f120e6ac49a54 (patch)
tree8030f45a5b30857ec487c24a8ff7857df4027aff /lib
parent80d4a836363daf8137d4e65867e0d27436e01ea4 (diff)
downloadspack-3d5444fdd80f39b86a031d50dd8f120e6ac49a54.tar.gz
spack-3d5444fdd80f39b86a031d50dd8f120e6ac49a54.tar.bz2
spack-3d5444fdd80f39b86a031d50dd8f120e6ac49a54.tar.xz
spack-3d5444fdd80f39b86a031d50dd8f120e6ac49a54.zip
Remove documentation tests from GitHub Actions (#26981)
We moved documentation tests to readthedocs since a while, so remove the one on GitHub.
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/contribution_guide.rst9
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: