dnskr opened a new pull request, #7222:
URL: https://github.com/apache/kyuubi/pull/7222
### 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
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]