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

Sphinx 7.2.1 might be breaking things? #695

Closed
1 task done
jkanche opened this issue Aug 17, 2023 · 4 comments
Closed
1 task done

Sphinx 7.2.1 might be breaking things? #695

jkanche opened this issue Aug 17, 2023 · 4 comments

Comments

@jkanche
Copy link

jkanche commented Aug 17, 2023

What's happening?

I was trying to debug whats causing the builds to fail between these two runs - pass vs fail. it boils down to the new release of Sphinx, former using 7.1.2.

This is the error message in the console even though I don't have any html_style set in my configuration.

Extension error (furo):
Handler <function _html_page_context at 0x7faf7425e940> for event 'html-page-context' threw an exception (exception: This documentation is not using `furo.css` as the stylesheet. If you have set `html_style` in your conf.py file, remove it.)

Reproducer

failed build using sphinx 7.2.1

Expectation

successful build using 7.1.2

Code of Conduct

@Eric-Arellano
Copy link
Contributor

See #693. Pradyun requests that people use discussions rather than issues because they like to use issues only for project tracking. I recommend closing this and moving to #693.

@jkanche
Copy link
Author

jkanche commented Aug 17, 2023

Sorry did not see the discussion tab. Thanks for pointing me to that.

@ReenigneArcher
Copy link

I get the same thing with Sphinx 7.0.1 and Furo 2023.8.19.

sphinx.errors.ConfigError: This documentation is not using `furo.css` as the stylesheet. If you have set `html_style` in your conf.py file, remove it.

Configuration error:
This documentation is not using `furo.css` as the stylesheet. If you have set `html_style` in your conf.py file, remove it.

@jkanche
Copy link
Author

jkanche commented Aug 25, 2023

I get the same thing with Sphinx 7.0.1 and Furo 2023.8.19.

sphinx.errors.ConfigError: This documentation is not using `furo.css` as the stylesheet. If you have set `html_style` in your conf.py file, remove it.

Configuration error:
This documentation is not using `furo.css` as the stylesheet. If you have set `html_style` in your conf.py file, remove it.

This is fixed if you switch to the most recent versions of sphinx and furo.

Repository owner locked as resolved and limited conversation to collaborators Aug 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants