Skip to content

docs: disable Read the Docs PDF build#5710

Open
njzjz-bot wants to merge 1 commit into
deepmodeling:masterfrom
njzjz-bot:openclaw/disable-rtd-pdf
Open

docs: disable Read the Docs PDF build#5710
njzjz-bot wants to merge 1 commit into
deepmodeling:masterfrom
njzjz-bot:openclaw/disable-rtd-pdf

Conversation

@njzjz-bot

@njzjz-bot njzjz-bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Stop requesting the Read the Docs PDF output artifact.
  • Keep the existing Sphinx HTML documentation build unchanged.

Motivation

Read the Docs builds are currently timing out around the PDF generation path. Removing the extra formats: pdf request should reduce build time while preserving the main hosted documentation.

Testing

  • git diff --check

Submitted by OpenClaw 2026.6.8 (844f405)
Authored by OpenClaw (model: custom-chat-jinzhezeng-group/gpt-5.5)

Summary by CodeRabbit

  • Documentation
    • Removed PDF output from the documentation build, so published docs will no longer include a downloadable PDF version.

The Read the Docs build has been timing out while producing the extra PDF
artifact. Keep the Sphinx HTML build enabled and stop requesting the PDF
format for now.

Authored by OpenClaw (model: custom-chat-jinzhezeng-group/gpt-5.5)
@dosubot dosubot Bot added the Docs label Jul 2, 2026
@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 298e1410-5dd0-4143-af34-8c8c79fd3786

📥 Commits

Reviewing files that changed from the base of the PR and between 0f19772 and e01bd27.

📒 Files selected for processing (1)
  • .readthedocs.yml
💤 Files with no reviewable changes (1)
  • .readthedocs.yml

📝 Walkthrough

Walkthrough

The Read the Docs configuration file had its formats setting removed, which previously enabled PDF output generation. No other build or Sphinx settings were modified.

Changes

Read the Docs configuration update

Layer / File(s) Summary
Remove PDF format entry
.readthedocs.yml
Removed the formats: - pdf configuration lines, eliminating PDF documentation output generation.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: disabling the Read the Docs PDF build.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@njzjz njzjz requested a review from wanghan-iapcm July 2, 2026 03:26
@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.09%. Comparing base (0f19772) to head (e01bd27).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5710      +/-   ##
==========================================
- Coverage   81.22%   81.09%   -0.13%     
==========================================
  Files         980      980              
  Lines      109356   109355       -1     
  Branches     4206     4210       +4     
==========================================
- Hits        88821    88679     -142     
- Misses      19013    19152     +139     
- Partials     1522     1524       +2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant