Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: upper bound for sphinx #2143

Merged
merged 1 commit into from
Feb 22, 2025
Merged

Conversation

maurosilber
Copy link
Contributor

Docs are not building with the lastest version of sphinx (v8.2.0).

Traceback
=========
File ".../pint/.pixi/envs/docs/lib/python3.11/site-packages/sphinx/events.py", line 415, in emit
  raise ExtensionError
    sphinx.errors.ExtensionError:
    Handler <function html_collect_pages at 0x11406d440> for event 'html-collect-pages'
    threw an exception (exception: module 'sphinx.util' has no attribute 'console')

Docs are not building with the lastest version of sphinx (v8.2.0).

```sh
Traceback
=========

      File ".../pint/.pixi/envs/docs/lib/python3.11/site-packages/sphinx/events.py", line 415, in emit
        raise ExtensionError(
    sphinx.errors.ExtensionError: Handler <function html_collect_pages at 0x11406d440> for event 'html-collect-pages' threw an exception (exception: module 'sphinx.util' has no attribute 'console')
```
@andrewgsavage andrewgsavage merged commit b77263f into hgrecco:master Feb 22, 2025
2 of 4 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