Skip to content

Conversation

@RoryBarnes
Copy link
Contributor

Reverted the removal of sphinx_rtd_theme import and sys.path configuration. Both BigPlanet and vspace use this exact pattern and build successfully.

Changes:

  • Restored: import sphinx_rtd_theme
  • Restored: sys.path.insert(0, os.path.abspath('sphinx_rtd_theme'))
  • Removed the comment about using installed package

The import is needed even though it appears unused - Sphinx requires it to locate the theme properly when using local theme directories.

This now exactly matches the working configuration in BigPlanet and vspace.

Reverted the removal of sphinx_rtd_theme import and sys.path configuration.
Both BigPlanet and vspace use this exact pattern and build successfully.

Changes:
- Restored: import sphinx_rtd_theme
- Restored: sys.path.insert(0, os.path.abspath('sphinx_rtd_theme'))
- Removed the comment about using installed package

The import is needed even though it appears unused - Sphinx requires it
to locate the theme properly when using local theme directories.

This now exactly matches the working configuration in BigPlanet and vspace.
@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.11 on ubuntu-24.04)

10 tests   9 ✅  14s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.10 on ubuntu-24.04)

10 tests   9 ✅  14s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.9 on ubuntu-24.04)

10 tests   9 ✅  13s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.13 on ubuntu-24.04)

10 tests   9 ✅  14s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.10 on ubuntu-22.04)

10 tests   9 ✅  14s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.11 on ubuntu-22.04)

10 tests   9 ✅  15s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.9 on ubuntu-22.04)

10 tests   9 ✅  13s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.12 on ubuntu-24.04)

10 tests   9 ✅  15s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@codecov
Copy link

codecov bot commented Jan 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 30.59%. Comparing base (27e72f0) to head (a9f3208).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #24   +/-   ##
=======================================
  Coverage   30.59%   30.59%           
=======================================
  Files           4        4           
  Lines         268      268           
=======================================
  Hits           82       82           
  Misses        186      186           
Flag Coverage Δ
ubuntu-22.04-py3.9 30.59% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.13 on ubuntu-22.04)

10 tests   9 ✅  15s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.14 on ubuntu-24.04)

10 tests   9 ✅  17s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.12 on ubuntu-22.04)

10 tests   9 ✅  16s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.14 on macos-26)

10 tests   9 ✅  17s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.13 on macos-26)

10 tests   9 ✅  17s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.14 on ubuntu-22.04)

10 tests   9 ✅  19s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.11 on macos-26)

10 tests   9 ✅  19s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.10 on macos-26)

10 tests   9 ✅  18s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.9 on macos-26)

10 tests   9 ✅  22s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.11 on macos-15-intel)

10 tests   9 ✅  33s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.12 on macos-15-intel)

10 tests   9 ✅  36s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.9 on macos-15-intel)

10 tests   9 ✅  41s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.10 on macos-15-intel)

10 tests   9 ✅  36s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.13 on macos-15-intel)

10 tests   9 ✅  33s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.12 on macos-26)

10 tests   9 ✅  23s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.14 on macos-15-intel)

10 tests   9 ✅  34s ⏱️
 1 suites  1 💤
 1 files    0 ❌

Results for commit a9f3208.

@RoryBarnes RoryBarnes merged commit 22895f9 into main Jan 3, 2026
50 checks passed
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