Skip to content

tests fail against sphinx 7.3.x #103

@dirkmueller

Description

@dirkmueller

I'm getting this test failure with Sphinx 7.3.x:


 =================================== FAILURES ===================================
 ____________ make_app_.unused_kwargs_become_releases_config_options ____________
 
 self = <util.make_app_ object at 0x7f0cf898a680>
 
     def unused_kwargs_become_releases_config_options(self):
         app = make_app(debug=True, document_name="notchangelog")
         assert app.config.releases_debug is True
 >       assert app.config.releases_document_name == "notchangelog"
 E       AssertionError

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions