forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.readthedocs.yml
More file actions
62 lines (58 loc) · 1.39 KB
/
.readthedocs.yml
File metadata and controls
62 lines (58 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
version: 2
build:
os: "ubuntu-22.04"
apt_packages:
- graphviz
tools:
python: "3.11"
sphinx:
configuration: lib/spack/docs/conf.py
fail_on_warning: true
python:
install:
- requirements: lib/spack/docs/requirements.txt
search:
ranking:
spack.html: -10
spack.*.html: -10
spack_repo.html: -10
spack_repo.*.html: -10
_modules/*: -10
command_index.html: -9
features.html: 5
getting_started.html: 5
spec_syntax.html: 5
installing_prerequisites.html: 5
windows.html: 5
package_fundamentals.html: 5
configuring_compilers.html: 5
replace_conda_homebrew.html: 5
frequently_asked_questions.html: 5
getting_help.html: 5
advanced_topics.html: 5
config_yaml.html: 5
include_yaml.html: 5
packages_yaml.html: 5
build_settings.html: 5
environments.html: 5
env_vars_yaml.html: 5
containers.html: 5
mirrors.html: 5
module_file_support.html: 5
repositories.html: 5
binary_caches.html: 5
bootstrapping.html: 5
chain.html: 5
extensions.html: 5
pipelines.html: 5
signing.html: 5
gpu_configuration.html: 5
packaging_guide_creation.html: 5
packaging_guide_build.html: 5
packaging_guide_testing.html: 5
packaging_guide_advanced.html: 5
build_systems.html: 5
build_systems/*.html: 5
contribution_guide.html: 5
developer_guide.html: 5
package_api.html: 5