diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-10-21 13:21:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-21 13:21:13 +0200 |
commit | 5ca0e94bdd0c7c4ccdb887a338439211cd1c3d90 (patch) | |
tree | 609fa213b4c1c61e31dc97d889a516e2a7841884 | |
parent | f6c9d98c8f078d95560ae660ca198d270e73b4b7 (diff) | |
download | spack-5ca0e94bdd0c7c4ccdb887a338439211cd1c3d90.tar.gz spack-5ca0e94bdd0c7c4ccdb887a338439211cd1c3d90.tar.bz2 spack-5ca0e94bdd0c7c4ccdb887a338439211cd1c3d90.tar.xz spack-5ca0e94bdd0c7c4ccdb887a338439211cd1c3d90.zip |
docs: tune ranking further (#47110)
promote hand-written docs, demote generated "docs" for sources, modules, packages.
-rw-r--r-- | .readthedocs.yml | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 9d93ff57d5..81f2fca0ee 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,5 +18,24 @@ python: search: ranking: spack.html: -10 + spack.*.html: -10 llnl.html: -10 - command_index.html: -9
\ No newline at end of file + llnl.*.html: -10 + _modules/*: -10 + command_index.html: -9 + basic_usage.html: 5 + configuration.html: 5 + config_yaml.html: 5 + packages_yaml.html: 5 + build_settings.html: 5 + environments.html: 5 + containers.html: 5 + mirrors.html: 5 + module_file_support.html: 5 + repositories.html: 5 + binary_caches.html: 5 + chain.html: 5 + pipelines.html: 5 + packaging_guide.html: 5 + build_systems.html: 4 + build_systems/*: 4 |