From a71c65399e539b7ef9324663d127ac188ab1e5dc Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Mon, 21 Oct 2024 12:02:54 +0200 Subject: [PATCH] docs search: rank api lowest and generated commands low (#47107) --- .readthedocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index ff477536131..9d93ff57d59 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,3 +14,9 @@ sphinx: python: install: - requirements: lib/spack/docs/requirements.txt + +search: + ranking: + spack.html: -10 + llnl.html: -10 + command_index.html: -9 \ No newline at end of file