Skip to content

Commit a18865b

Browse files
Fix a list numbering problem in docs
Recent changes introduced a numbered list that was being interpreted as two separate numbered lists instead of one. This fixes that by indenting the content between the two list entries. Now the list items are numbered 1 and 2 rather than 1 and 1.
1 parent fd4ce11 commit a18865b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/src/installation/overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,16 @@ only select artifacts that are compatible with the configured CUDA runtime.
128128

129129
1. Generates the following `LocalPreferences.toml` file in your active environment:
130130

131-
```
132-
[CUDA_Runtime_jll]
133-
version = "11.8"
134-
```
131+
```
132+
[CUDA_Runtime_jll]
133+
version = "11.8"
134+
```
135135

136136
2. Ensures the following line is in the `[extras]` section of your active `Project.toml` file to allow `Preferences.jl` to find the `version` preference for `CUDA_Runtime_jll`:
137137

138-
```
139-
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
140-
```
138+
```
139+
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
140+
```
141141

142142
### Using a local CUDA
143143

0 commit comments

Comments
 (0)