Commit 54212ef
committed
[KYUUBI #7222] [DOC] Fix "document isn't included in any toctree" warnings
### Why are the changes needed?
The PR fixes a few `document isn't included in any toctree` issues:
* Page `JVM Quake Support` now included into `Extensions for Spark` menu:
```shell
./kyuubi/docs/extensions/engines/spark/jvm-quake.md: WARNING: document isn't included in any toctree
```
* Page `Z-order Benchmark` consolidated with `Z-Ordering Support` page:
```shell
./kyuubi/docs/extensions/engines/spark/z-order-benchmark.md: WARNING: document isn't included in any toctree
```
* File `requirements.txt` added to `exclude_patterns`:
```shell
./kyuubi/docs/requirements.txt: WARNING: document isn't included in any toctree
```
### How was this patch tested?
Checked that there are no warnings mentioned above during the documentation build process.
```shell
make html
```
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #7222 from dnskr/doc-fix-document-isn't-included-in-any-toctree.
Closes #7222
cf7fb1f [dnskr] [DOC] Fix "document isn't included in any toctree" warnings
Authored-by: dnskr <dnskrv88@gmail.com>
Signed-off-by: dnskr <dnskrv88@gmail.com>1 parent b7a6a51 commit 54212ef
File tree
4 files changed
+214
-234
lines changed- docs
- extensions/engines/spark
4 files changed
+214
-234
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
This file was deleted.
0 commit comments