-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Update website theme for newer Sphinx #15365 #22872
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
Changes from 7 commits
3cd2b9a
52467fb
3686624
ae6aa9f
ae92a88
5b3d2f0
d25fae1
2a2c4ac
8988436
13d674f
162fa7a
8286451
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,20 +17,19 @@ lxml==4.9.2 | |
|
|
||
| # This version is mentioned in `site/source/docs/site/about.rst`. | ||
| # Please keep them in sync. | ||
| sphinx==2.4.4 | ||
| sphinx==7.1.2 | ||
| # See https://github.com/emscripten-core/emscripten/issues/21590 | ||
| sphinxcontrib-applehelp<=1.0.4 | ||
| sphinxcontrib-devhelp<=1.0.2 | ||
| sphinxcontrib-htmlhelp<=2.0.0 | ||
| sphinxcontrib-serializinghtml<=1.1.5 | ||
| sphinxcontrib-qthelp<=1.0.3 | ||
| alabaster<=0.7.12 | ||
| pygments==2.17.2 | ||
| # See https://github.com/readthedocs/readthedocs.org/issues/9038 | ||
| jinja2<3.1 | ||
| sphinxcontrib-applehelp==1.0.7 | ||
| sphinxcontrib-devhelp==1.0.6 | ||
| sphinxcontrib-htmlhelp>=2.0.0 | ||
| sphinxcontrib-serializinghtml>=1.1.5 | ||
| sphinxcontrib-qthelp==1.0.6 | ||
| sphinxcontrib-jquery==4.0 | ||
| alabaster<0.8,>=0.7 | ||
| pygments>=2.13 | ||
| jinja2>=3.0 | ||
|
|
||
| # Pin docutils because newer versions are not compatible with sphinx 2.4.4 | ||
| docutils==0.17.1 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How about if we simply remove all of these dependencies except for the sphinx one ones?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I saw that I think it's best to keep What do you think?
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think its best to only include direct dependencies here, up until the point where we have some reason to do otherwise. But i'm no expert so if you think this is safer/better then I'm fine with it. How about the rest of these indirect deps, can we remove those? |
||
| docutils<0.21,>=0.18.1 | ||
lorsanta marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| # Needed by test/test_sockets.py | ||
| websockify==0.10.0 | ||
Uh oh!
There was an error while loading. Please reload this page.