This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1ca210824b Publish built docs triggered by 
63ab2a855eea79f33b11ebeb6408537b7017c54f
1ca210824b is described below

commit 1ca210824bbc73cdf745157d6b08b44ced1c01b4
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 24 06:40:29 2026 +0000

    Publish built docs triggered by 63ab2a855eea79f33b11ebeb6408537b7017c54f
---
 _downloads/1e336e540124589d1e27210fa4f805f6/rust_lint.sh |  1 +
 _sources/contributor-guide/testing.md.txt                | 13 +++++++++++++
 contributor-guide/testing.html                           | 11 +++++++++++
 searchindex.js                                           |  2 +-
 4 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/_downloads/1e336e540124589d1e27210fa4f805f6/rust_lint.sh 
b/_downloads/1e336e540124589d1e27210fa4f805f6/rust_lint.sh
index 74d5fc16d7..dbb6454302 100644
--- a/_downloads/1e336e540124589d1e27210fa4f805f6/rust_lint.sh
+++ b/_downloads/1e336e540124589d1e27210fa4f805f6/rust_lint.sh
@@ -142,6 +142,7 @@ declare -a READONLY_STEPS=(
   "ci/scripts/check_circular_dependencies.sh|false"
   "ci/scripts/check_unused_dependencies.sh|false"
   "ci/scripts/rust_docs.sh|false"
+  "ci/scripts/check_docs_html.sh|false"
 )
 
 for entry in "${WRITE_STEPS[@]}" "${READONLY_STEPS[@]}"; do
diff --git a/_sources/contributor-guide/testing.md.txt 
b/_sources/contributor-guide/testing.md.txt
index 89dc7969b3..4ba7d9d011 100644
--- a/_sources/contributor-guide/testing.md.txt
+++ b/_sources/contributor-guide/testing.md.txt
@@ -320,6 +320,19 @@ the README:
 [`dev/update_function_docs.sh`]: 
https://github.com/apache/datafusion/blob/main/dev/update_function_docs.sh
 [`ci/scripts/check_generated_docs.sh`]: 
https://github.com/apache/datafusion/blob/main/ci/scripts/check_generated_docs.sh
 
+## Documentation HTML Build
+
+[`ci/scripts/check_docs_html.sh`] builds the documentation website, the same
+build the "Test doc build" job runs. Sphinx builds with `-W`, so one warning
+fails the check. `./dev/rust_lint.sh` runs it. Run the script with `--help`
+for the tools it needs and the files it writes.
+
+```shell
+./ci/scripts/check_docs_html.sh
+```
+
+[`ci/scripts/check_docs_html.sh`]: 
https://github.com/apache/datafusion/blob/main/ci/scripts/check_docs_html.sh
+
 ## Benchmarks
 
 ### Criterion Benchmarks
diff --git a/contributor-guide/testing.html b/contributor-guide/testing.html
index 6614385640..7da0ce5654 100644
--- a/contributor-guide/testing.html
+++ b/contributor-guide/testing.html
@@ -669,6 +669,16 @@ the README:</p>
 <a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/ci/scripts/check_generated_docs.sh";><code
 class="docutils literal notranslate"><span 
class="pre">ci/scripts/check_generated_docs.sh</span></code></a> script, which 
also runs as part of
 <code class="docutils literal notranslate"><span 
class="pre">./dev/rust_lint.sh</span></code>. Run it with <code class="docutils 
literal notranslate"><span class="pre">--write</span></code> to update the 
pages.</p>
 </section>
+<section id="documentation-html-build">
+<h2>Documentation HTML Build<a class="headerlink" 
href="#documentation-html-build" title="Link to this heading">#</a></h2>
+<p><a class="reference external" 
href="https://github.com/apache/datafusion/blob/main/ci/scripts/check_docs_html.sh";><code
 class="docutils literal notranslate"><span 
class="pre">ci/scripts/check_docs_html.sh</span></code></a> builds the 
documentation website, the same
+build the “Test doc build” job runs. Sphinx builds with <code class="docutils 
literal notranslate"><span class="pre">-W</span></code>, so one warning
+fails the check. <code class="docutils literal notranslate"><span 
class="pre">./dev/rust_lint.sh</span></code> runs it. Run the script with <code 
class="docutils literal notranslate"><span class="pre">--help</span></code>
+for the tools it needs and the files it writes.</p>
+<div class="highlight-shell notranslate"><div 
class="highlight"><pre><span></span>./ci/scripts/check_docs_html.sh
+</pre></div>
+</div>
+</section>
 <section id="benchmarks">
 <h2>Benchmarks<a class="headerlink" href="#benchmarks" title="Link to this 
heading">#</a></h2>
 <section id="criterion-benchmarks">
@@ -781,6 +791,7 @@ the README:</p>
 <li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" 
href="#dependency-checks">Dependency Checks</a></li>
 <li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" 
href="#examples-readme-check">Examples README Check</a></li>
 <li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" 
href="#config-and-function-docs-check">Config and Function Docs Check</a></li>
+<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" 
href="#documentation-html-build">Documentation HTML Build</a></li>
 <li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" 
href="#benchmarks">Benchmarks</a><ul class="nav section-nav flex-column">
 <li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" 
href="#criterion-benchmarks">Criterion Benchmarks</a></li>
 <li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" 
href="#parquet-sql-benchmarks">Parquet SQL Benchmarks</a></li>
diff --git a/searchindex.js b/searchindex.js
index a005cd8773..b1a305c36e 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[77,"op-neq"]],"!~":[[77,"op-re-not-match"]],"!~*":[[77,"op-re-not-match-i"]],"!~~":[[77,"id19"]],"!~~*":[[77,"id20"]],"#":[[77,"op-bit-xor"]],"%":[[77,"op-modulo"]],"&":[[77,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[16,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[77,"op-multiply"]],"+":[[77,"op-plus"]],"-":[[77,"op-minus"]],"/":[[77,"op-divide"]],"1.
 Array Literal Con [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[77,"op-neq"]],"!~":[[77,"op-re-not-match"]],"!~*":[[77,"op-re-not-match-i"]],"!~~":[[77,"id19"]],"!~~*":[[77,"id20"]],"#":[[77,"op-bit-xor"]],"%":[[77,"op-modulo"]],"&":[[77,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[16,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[77,"op-multiply"]],"+":[[77,"op-plus"]],"-":[[77,"op-minus"]],"/":[[77,"op-divide"]],"1.
 Array Literal Con [...]
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to