Package Details: python-sphinx-thebe 0.3.1-1

Git Clone URL: https://aur.archlinux.org/python-sphinx-thebe.git (read-only, click to copy)
Package Base: python-sphinx-thebe
Description: Integrate interactive code blocks into your documentation with Thebe and Binder
Upstream URL: https://sphinx-thebe.readthedocs.io
Licenses: MIT
Submitter: Universebenzene
Maintainer: Universebenzene
Last Packager: Universebenzene
Votes: 0
Popularity: 0.000000
First Submitted: 2021-05-17 06:06 (UTC)
Last Updated: 2024-02-07 17:45 (UTC)

Latest Comments

peippo commented on 2023-11-23 07:16 (UTC)

Odd, I’m using aurutils/devtools. Since this only affects the python-sphinx-thebe-docs, I commented that part out and leave it aside for now, but I’d be curious what’s going wrong. Thanks for your help!

Universebenzene commented on 2023-11-23 06:22 (UTC)

@peippo No idea. I build this package with devtools and no problems occur.

peippo commented on 2023-11-23 06:19 (UTC)

Yes, I'm certain I install(ed) all the dependencies listed in the PKGBUILD.

Universebenzene commented on 2023-11-22 18:25 (UTC) (edited on 2023-11-22 18:26 (UTC) by Universebenzene)

@peippo sphinx-book-theme is already in the makedepends. Are you sure you have all the makedepends installed?

peippo commented on 2023-11-22 18:20 (UTC)

Simply using makepkg (-Csrf), I now run into a different error, that is:

==> Building Docs
make: Entering directory '/tmp/python-sphinx-thebe/src/sphinx_thebe-0.3.0/docs'
Running Sphinx v7.2.6
making output directory... done

Theme error:
no theme named 'sphinx_book_theme' found (missing theme.conf?)
make: *** [Makefile:20: html] Error 2
make: Leaving directory '/tmp/python-sphinx-thebe/src/sphinx_thebe-0.3.0/docs'
==> ERROR: A failure occurred in build().

(python-sphinx-book-theme is in the makedepends, not sure)

Universebenzene commented on 2023-11-22 18:07 (UTC)

@peippo jupyter-cache is required by myst-nb, which is one of the makedepends of the package. I do not understand why you meet this problem.

peippo commented on 2023-11-22 18:01 (UTC)

How do you build this package, using which AUR helper? In a chroot, using aurutils, I keep getting errors for the documentation build step

peippo commented on 2023-11-01 08:33 (UTC) (edited on 2023-11-01 08:36 (UTC) by peippo)

Could you add python-jupyter-cache to the depends and/or makedepends?

EDIT:

I’m not sure that would be sufficient, the error I see is:

==> Building Docs
make: Entering directory '/build/python-sphinx-thebe/src/sphinx_thebe-0.3.0/docs'
Running Sphinx v7.2.6

Exception occurred:
  File "/usr/lib/python3.11/site-packages/myst_nb/core/execute/cache.py", line 10, in <module>
    from jupyter_cache import get_cache
ModuleNotFoundError: No module named 'jupyter_cache'