Skip to content

Conversation

@simonw
Copy link
Owner

@simonw simonw commented Dec 11, 2025

@simonw
Copy link
Owner Author

simonw commented Dec 11, 2025

Having trouble figuring out the .readthedocs.yml configuration:

CleanShot 2025-12-11 at 14 56 09@2x

@simonw
Copy link
Owner Author

simonw commented Dec 11, 2025

From this:

I found this: https://docs.readthedocs.com/platform/latest/build-customization.html#install-dependencies-from-dependency-groups

version: 2

build:
   os: ubuntu-24.04
   tools:
      python: "3.13"
   jobs:
      install:
         # Since the install step is overridden, pip is no longer updated automatically.
         - pip install --upgrade pip
         - pip install --group 'docs'

@codecov
Copy link

codecov bot commented Dec 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.34%. Comparing base (5a7f522) to head (270335d).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #691   +/-   ##
=======================================
  Coverage   95.34%   95.34%           
=======================================
  Files           8        8           
  Lines        3007     3007           
=======================================
  Hits         2867     2867           
  Misses        140      140           

☔ View full report in Codecov by Sentry.
📢 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.

@simonw
Copy link
Owner Author

simonw commented Dec 11, 2025

Looks like tests break on Windows because it tries to install the docs stuff.

CleanShot 2025-12-11 at 15 17 09@2x

@simonw
Copy link
Owner Author

simonw commented Dec 11, 2025

Updated documentation preview is here: https://sqlite-utils--691.org.readthedocs.build/en/691/contributing.html

@simonw simonw marked this pull request as ready for review December 11, 2025 23:29
@simonw simonw merged commit 29d84bc into main Dec 11, 2025
90 checks passed
@simonw simonw deleted the uv branch December 11, 2025 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants