Package Details: python-sphinx-book-theme 1.1.2-1

Git Clone URL: https://aur.archlinux.org/python-sphinx-book-theme.git (read-only, click to copy)
Package Base: python-sphinx-book-theme
Description: A lightweight book theme built off of the pydata sphinx theme
Upstream URL: https://sphinx-book-theme.readthedocs.io
Licenses: BSD
Submitter: Universebenzene
Maintainer: Universebenzene
Last Packager: Universebenzene
Votes: 0
Popularity: 0.000000
First Submitted: 2021-05-17 06:10 (UTC)
Last Updated: 2024-02-14 04:05 (UTC)

Latest Comments

dreieck commented on 2023-05-05 18:28 (UTC)

check() gives an error, but package build continues nevertheless:

==> Starting check()...
E
======================================================================
ERROR: test suite for <module 'sphinx_book_theme' from '/tmp/makepkg/build/python-sphinx-book-theme/src/sphinx_book_theme/__init__.py'>
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/nose/suite.py", line 209, in run
    self.setUp()
  File "/usr/lib/python3.11/site-packages/nose/suite.py", line 292, in setUp
    self.setupContext(ancestor)
  File "/usr/lib/python3.11/site-packages/nose/suite.py", line 315, in setupContext
    try_run(context, names)
  File "/usr/lib/python3.11/site-packages/nose/util.py", line 469, in try_run
    return func(obj)
           ^^^^^^^^^
  File "/tmp/makepkg/build/python-sphinx-book-theme/src/sphinx_book_theme/__init__.py", line 226, in setup
    app.add_html_theme("sphinx_book_theme", theme_dir)
    ^^^^^^^^^^^^^^^^^^
AttributeError: module 'sphinx_book_theme' has no attribute 'add_html_theme'

----------------------------------------------------------------------
Ran 0 tests in 0.696s

FAILED (errors=1)
==> WARNING: Tests failed

Regards!