Skip to content

Commit 4bb0d18

Browse files
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 <[email protected]> Signed-off-by: dnskr <[email protected]> (cherry picked from commit 54212ef) Signed-off-by: dnskr <[email protected]>
1 parent 98026d4 commit 4bb0d18

File tree

4 files changed

+214
-234
lines changed

4 files changed

+214
-234
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
# List of patterns, relative to source directory, that match files and
9393
# directories to ignore when looking for source files.
9494
# This pattern also affects html_static_path and html_extra_path.
95-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
95+
exclude_patterns = ['requirements.txt', '_build', 'Thumbs.db', '.DS_Store']
9696

9797
# -- Options for HTML output -------------------------------------------------
9898

docs/extensions/engines/spark/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ Extensions for Spark
2626
../../../connector/spark/index
2727
lineage
2828
jdbc-dialect
29+
jvm-quake

docs/extensions/engines/spark/z-order-benchmark.md

Lines changed: 0 additions & 230 deletions
This file was deleted.

0 commit comments

Comments
 (0)