Skip to content

BUG: sphinxdev CI failure #80

Open
@bsipocz

Description

@bsipocz

I haven't looked into the details yet:

https://github.com/astropy/sphinx-astropy/actions/runs/14198250147/job/39778585162

build finished with problems, 1 warning (with warnings treated as errors).
----------------------------- Captured stderr call -----------------------------
WARNING: The config value `linkcheck_allowed_redirects' has type `NoneType'; expected `dict'.
___________________________ test_intersphinx_toggle ____________________________

tmp_path = PosixPath('/private/var/folders/r1/4882c7yd7wx9hcpc__xp04_m0000gn/T/pytest-of-runner/pytest-0/test_intersphinx_toggle1')
capsys = <_pytest.capture.CaptureFixture object at 0x1058fdd10>

    def test_intersphinx_toggle(tmp_path, capsys):
    
        # Test the sphinx_astropy.ext.intersphinx_toggle extension
    
        generate_files(tmp_path)
    
        src_dir = str(tmp_path)
        html_dir = str(tmp_path / "html")
    
        status = build_main(argv=['-W', '-b', 'html', src_dir, html_dir, '-D',
                                  'disable_intersphinx=1'])
    
>       assert status == 0
E       assert 1 == 0

../../sphinx_astropy/tests/test_conf_v2.py:54: AssertionError
----------------------------- Captured stdout call -----------------------------

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions