Skip to content

Commit 150cc61

Browse files
committed
remove doc build errors
1 parent 7d6d8c6 commit 150cc61

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/source/docset.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ toc:
4343
- file: titles.md
4444
- folder: testing
4545
children:
46+
- file: index.md
47+
- file: req.md
4648
- folder: nested

docs/source/syntax/substitutions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Substitutions should work in code blocks too.
1818
```{code} sh
1919
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{version}}-linux-x86_64.tar.gz
2020
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{version}}-linux-x86_64.tar.gz.sha512
21-
shasum -a 512 -c elasticsearch-{{version}}-linux-x86_64.tar.gz.sha512 <1>
21+
shasum -a 512 -c elasticsearch-{{version}}-linux-x86_64.tar.gz.sha512
2222
tar -xzf elasticsearch-{{version}}-linux-x86_64.tar.gz
23-
cd elasticsearch-{{version}}/ <2>
23+
cd elasticsearch-{{version}}/
2424
```
2525

2626

0 commit comments

Comments
 (0)