Skip to content

Conversation

@RoryBarnes
Copy link
Contributor

The issue was that conf.py was trying to import sphinx_rtd_theme as a module from the local directory, which doesn't work with modern Sphinx versions.

Changes:

  • Removed: sys.path.insert for sphinx_rtd_theme directory
  • Removed: import sphinx_rtd_theme (invalid with local theme)
  • Added: html_theme_path = ["."] to point to local theme directory

Now Sphinx will find the local sphinx_rtd_theme/ directory without the problematic import statement that was causing 'no setup() function' error.

Error was: 'extension sphinx_rtd_theme has no setup() function'

The issue was that conf.py was trying to import sphinx_rtd_theme as a module
from the local directory, which doesn't work with modern Sphinx versions.

Changes:
- Removed: sys.path.insert for sphinx_rtd_theme directory
- Removed: import sphinx_rtd_theme (invalid with local theme)
- Added: html_theme_path = ["."] to point to local theme directory

Now Sphinx will find the local sphinx_rtd_theme/ directory without the
problematic import statement that was causing 'no setup() function' error.

Error was: 'extension sphinx_rtd_theme has no setup() function'
@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 d265b6f.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.9 on ubuntu-24.04)

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

Results for commit d265b6f.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.10 on ubuntu-22.04)

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

Results for commit d265b6f.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.11 on ubuntu-22.04)

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

Results for commit d265b6f.

@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 d265b6f.

@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 d265b6f.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.13 on ubuntu-24.04)

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

Results for commit d265b6f.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.13 on ubuntu-22.04)

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

Results for commit d265b6f.

@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 d265b6f.

@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 d265b6f.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.13 on macos-26)

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

Results for commit d265b6f.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.14 on ubuntu-24.04)

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

Results for commit d265b6f.

@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 d265b6f.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.12 on macos-26)

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

Results for commit d265b6f.

@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 (0f9006d) to head (d265b6f).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #22   +/-   ##
=======================================
  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.9 on macos-26)

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

Results for commit d265b6f.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.10 on macos-26)

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

Results for commit d265b6f.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

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

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

Results for commit d265b6f.

@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 d265b6f.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

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

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

Results for commit d265b6f.

@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 d265b6f.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

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

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

Results for commit d265b6f.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

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

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

Results for commit d265b6f.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.14 on macos-26)

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

Results for commit d265b6f.

@github-actions
Copy link

github-actions bot commented Jan 3, 2026

Test Results (py3.11 on macos-26)

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

Results for commit d265b6f.

@RoryBarnes RoryBarnes merged commit a93a617 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