-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Updating sphinx-book-theme
version pinning
#68
Comments
It looks like we pinned to that specific version of Also, just wanted to note that there has been some thought to moving to a different theme at some point #67 |
sphinx-book-theme
>= 0.2?sphinx-book-theme
version pinning
@jrbourbeau I'm happy to update the version alongside my work in #67, I think with all the css customizations there may not be a lot of reason to change from |
@kloczek my apologies! I did not get a chance to do this. Feel free to work on these updates if you are interested. |
Really sorry but I have really long list of other modules to package 😢 --- a/requirements.txt~ 2022-02-24 10:33:16.000000000 +0000
+++ b/requirements.txt 2022-05-13 09:48:13.040022114 +0000
@@ -1,2 +1,2 @@
-sphinx-book-theme==0.2.0
+sphinx-book-theme>=0.2.0
jsonschema And looks like (so far) no visible side effects. |
I've observed this to be leading to errors in building docs.
Note that dask/dask-gateway doesn't itself enable Okay it seems to stem from
It appears that multiple dependencies installed by WorkaroundThis docs requirements.txt addition to dask/dask-gateway's docs dependencies made its CI build succeed again: # FIXME: This workaround is required until we have sphinx>=5, as enabled by
# dask-sphinx-theme no longer pinning sphinx-book-theme==0.2.0. This is
# tracked in https://github.com/dask/dask-sphinx-theme/issues/68.
#
sphinxcontrib-applehelp<1.0.5
sphinxcontrib-devhelp<1.0.6
sphinxcontrib-htmlhelp<2.0.5
sphinxcontrib-serializinghtml<1.1.10
sphinxcontrib-qthelp<1.0.7 |
as a workaround of dask-sphinx-theme pinning sphinx-book-theme==0.2 See dask/dask-sphinx-theme#68.
dask-sphinx-theme/requirements.txt
Line 1 in cc0262e
The text was updated successfully, but these errors were encountered: