git: 95840a30a2be - main - textproc/py-sphinx-book-theme: Update to 1.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:53:55 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=95840a30a2beb71fdc9bf574c3f242e404a9610b
commit 95840a30a2beb71fdc9bf574c3f242e404a9610b
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:46:57 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:46:57 +0000
textproc/py-sphinx-book-theme: Update to 1.0.1
Changes: https://github.com/executablebooks/sphinx-book-theme/releases
---
textproc/py-sphinx-book-theme/Makefile | 8 +--
textproc/py-sphinx-book-theme/distinfo | 10 +--
textproc/py-sphinx-book-theme/files/setup.py | 37 +++++------
textproc/py-sphinx-book-theme/pkg-plist | 99 ++++++----------------------
4 files changed, 45 insertions(+), 109 deletions(-)
diff --git a/textproc/py-sphinx-book-theme/Makefile b/textproc/py-sphinx-book-theme/Makefile
index 39a7176810c8..6309d12290b9 100644
--- a/textproc/py-sphinx-book-theme/Makefile
+++ b/textproc/py-sphinx-book-theme/Makefile
@@ -1,6 +1,5 @@
PORTNAME= sphinx-book-theme
-PORTVERSION= 0.3.3
-PORTREVISION= 2
+PORTVERSION= 1.0.1
CATEGORIES= textproc python
MASTER_SITES= PYPI \
LOCAL/sunpoet:static
@@ -15,9 +14,8 @@ WWW= https://github.com/executablebooks/sphinx-book-theme
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydata-sphinx-theme>=0.8.0<0.9:textproc/py-pydata-sphinx-theme@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sphinx>=3,1<6,1:textproc/py-sphinx@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydata-sphinx-theme>=0.13.3:textproc/py-pydata-sphinx-theme@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}sphinx>=4,1<7,1:textproc/py-sphinx@${PY_FLAVOR} \
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
diff --git a/textproc/py-sphinx-book-theme/distinfo b/textproc/py-sphinx-book-theme/distinfo
index 775548cf1bbd..66ec40b84995 100644
--- a/textproc/py-sphinx-book-theme/distinfo
+++ b/textproc/py-sphinx-book-theme/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1665073160
-SHA256 (sphinx_book_theme-0.3.3.tar.gz) = 0ec36208ff14c6d6bf8aee1f1f8268e0c6e2bfa3cef6e41143312b25275a6217
-SIZE (sphinx_book_theme-0.3.3.tar.gz) = 273932
-SHA256 (sphinx_book_theme-0.3.3-static.tar.gz) = 63258723a28d7b7450c9549ca559752f730ef4d6d8db3a0d81fe853b4606d539
-SIZE (sphinx_book_theme-0.3.3-static.tar.gz) = 412160
+TIMESTAMP = 1682354544
+SHA256 (sphinx_book_theme-1.0.1.tar.gz) = 927b399a6906be067e49c11ef1a87472f1b1964075c9eea30fb82c64b20aedee
+SIZE (sphinx_book_theme-1.0.1.tar.gz) = 290063
+SHA256 (sphinx_book_theme-1.0.1-static.tar.gz) = fce11466e454b62451926130de3e548b2313638902d2afd454b85315abcb38c9
+SIZE (sphinx_book_theme-1.0.1-static.tar.gz) = 193536
diff --git a/textproc/py-sphinx-book-theme/files/setup.py b/textproc/py-sphinx-book-theme/files/setup.py
index 555a8b6ce523..5fcec30019a2 100644
--- a/textproc/py-sphinx-book-theme/files/setup.py
+++ b/textproc/py-sphinx-book-theme/files/setup.py
@@ -4,8 +4,8 @@ setup(
name = 'sphinx-book-theme',
version = '%%PORTVERSION%%',
description = 'A clean book theme for scientific explanations and documentation with Sphinx',
- maintainer = 'Chris Holdgraf',
- maintainer_email = 'choldgraf@gmail.com',
+ maintainer = 'Executable Books Team',
+ maintainer_email = 'executablebooks@gmail.com',
url = None,
packages = [
'sphinx_book_theme',
@@ -14,44 +14,43 @@ setup(
package_dir = {'': 'src'},
package_data = {'': ['*']},
install_requires = [
- 'sphinx>=3,<6',
- 'pydata-sphinx-theme~=0.8.0',
- 'pyyaml',
+ 'sphinx>=4,<7',
+ 'pydata-sphinx-theme>=0.13.3',
],
extras_require = {
'code_style': [
- 'pre-commit~=2.7.0'
+ 'pre-commit'
],
'doc': [
- 'ablog~=0.10.13',
+ 'ablog',
'ipywidgets',
'folium',
'numpy',
'matplotlib',
'numpydoc',
- 'myst-nb~=0.13.2',
+ 'myst-nb',
'nbclient',
'pandas',
'plotly',
- 'sphinx~=4.0', # Force Sphinx to be the latest version
- 'sphinx-copybutton',
'sphinx-design',
'sphinx-examples',
- 'sphinx-tabs',
- 'sphinx-togglebutton>=0.2.1',
- 'sphinx-thebe>=0.1.1',
- 'sphinxcontrib-bibtex~=2.2',
+ 'sphinx-copybutton',
+ 'sphinx-tabs<=3.4.0', # sphinx-tabs 3.4.1 needs docutils >.17, which would conflict with our pin above
+ 'docutils==0.17.1', # docutils 0.18, 0.19 need a patch fix https://sourceforge.net/p/docutils/patches/195/, un-pin when 0.20 is released
+ 'sphinx-togglebutton',
+ 'sphinx-thebe',
+ 'sphinxcontrib-bibtex',
'sphinxcontrib-youtube',
'sphinxext-opengraph',
],
'test': [
- 'beautifulsoup4>=4.6.1,<5',
+ 'beautifulsoup4',
'coverage',
- 'myst_nb~=0.13.2',
- 'pytest~=6.0.1',
+ 'myst-nb',
+ 'pytest',
'pytest-cov',
- 'pytest-regressions~=2.0.1',
- 'sphinx_thebe'
+ 'pytest-regressions',
+ 'sphinx_thebe',
],
},
entry_points = {
diff --git a/textproc/py-sphinx-book-theme/pkg-plist b/textproc/py-sphinx-book-theme/pkg-plist
index 90c247fad55e..af6160be871a 100644
--- a/textproc/py-sphinx-book-theme/pkg-plist
+++ b/textproc/py-sphinx-book-theme/pkg-plist
@@ -2,39 +2,28 @@
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/abstracts/_mixins.scss
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/abstracts/_variables.scss
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/base/_base.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/base/_bootstrap.scss
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/base/_print.scss
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/base/_typography.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/components/_buttons.scss
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/components/_icon-links.scss
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/components/_logo.scss
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/components/_search.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/content/_admonitions.scss
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/content/_code.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/content/_field-lists.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/content/_footnotes.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/content/_glossary.scss
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/content/_images.scss
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/content/_margin.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/content/_math.scss
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/content/_notebooks.scss
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/content/_quotes.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/content/_sidebar.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/content/_tableofcontents.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/extensions/_ablog.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/extensions/_myst-nb.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/extensions/_readthedocs.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/extensions/_sphinx-tabs.scss
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/extensions/_comments.scss
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/extensions/_thebe.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/extensions/comments.scss
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/index.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/pages/_search.scss
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/sections/_announcement.scss
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/sections/_article-container.scss
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/sections/_article.scss
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/sections/_footer-article.scss
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/sections/_footer-content.scss
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/sections/_header-article.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/sections/_headers.scss
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/sections/_header-primary.scss
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/sections/_sidebar-primary.scss
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/sections/_sidebar-secondary.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/styles/sections/_sidebars-toggle.scss
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/README.md
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/By the.json
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/By.json
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/Contents.json
@@ -46,82 +35,32 @@
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/Fullscreen mode.json
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/Last updated on.json
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/Launch.json
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/next page.json
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/Open an issue.json
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/open issue.json
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/previous page.json
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/Print to PDF.json
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/Search the docs.json
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/Search this book.json
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/repository.json
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/Source repository.json
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/Sphinx Book Theme.json
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/suggest edit.json
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/Theme by the.json
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/Toggle navigation.json
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/next page.json
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/open issue.json
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/previous page.json
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/repository.json
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/jsons/suggest edit.json
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/assets/translations/README.md
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/components/article-header-buttons.html
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/components/author.html
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/components/extra-footer.html
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/components/page-toc.html
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/components/sbt-sidebar-nav.html
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/components/sidebar-logo.html
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/components/toc-button.html
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/components/toggle-primary-sidebar.html
+%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/components/toggle-secondary-sidebar.html
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/layout.html
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/macros/buttons.html
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/sections/announcement.html
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/sections/footer-article.html
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/sections/footer-content.html
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/sections/header-article.html
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/sections/header.html
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/sections/sidebar.html
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/.gitignore
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/images/logo_binder.svg
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/images/logo_colab.png
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/images/logo_deepnote.svg
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/images/logo_jupyterhub.svg
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/ar/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/bg/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/bn/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/ca/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/cs/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/da/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/de/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/el/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/eo/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/es/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/et/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/fi/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/fr/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/hr/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/id/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/it/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/iw/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/ja/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/ko/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/lt/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/lv/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/ml/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/mr/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/ms/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/nl/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/no/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/pl/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/pt/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/ro/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/ru/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/sk/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/sl/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/sr/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/sv/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/ta/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/te/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/tg/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/th/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/tl/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/tr/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/uk/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/ur/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/vi/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/zh_CN/LC_MESSAGES/booktheme.po
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/locales/zh_TW/LC_MESSAGES/booktheme.po
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/sbt-webpack-macros.html
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/scripts/sphinx-book-theme.js
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/scripts/sphinx-book-theme.js.map
-%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/static/styles/sphinx-book-theme.css
%%PYTHON_SITELIBDIR%%/sphinx_book_theme/theme/sphinx_book_theme/theme.conf