>>> Building on exopi-5 under textproc/py-sphinx_rtd_theme BDEPENDS = [devel/py-setuptools;devel/py-build;devel/py-wheel;textproc/py-sphinxcontrib/jquery;devel/py-installer;textproc/py-docutils;archivers/xz;lang/python/3] DIST = [textproc/py-sphinx_rtd_theme:sphinx-rtd-theme_3.0.2+dfsg-2.debian.tar.xz;textproc/py-sphinx_rtd_theme:sphinx_rtd_theme-3.0.2.tar.gz] FULLPKGNAME = py3-sphinx_rtd_theme-3.0.2p0 RDEPENDS = [lang/python/3;textproc/py-sphinxcontrib/jquery;textproc/py-docutils] (Junk lock obtained for exopi-5 at 1764624779.36) >>> Running depends in textproc/py-sphinx_rtd_theme at 1764624779.40 last junk was in devel/happy /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-docutils-0.22.3v0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-sphinxcontrib-jquery-4.1p2 py3-wheel-0.46.1 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-docutils-0.22.3v0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-sphinxcontrib-jquery-4.1p2 py3-wheel-0.46.1 python-3.13.9 xz-5.8.1 /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-docutils-0.22.3v0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-sphinxcontrib-jquery-4.1p2 py3-wheel-0.46.1 >>> Running show-prepare-results in textproc/py-sphinx_rtd_theme at 1764624785.19 ===> textproc/py-sphinx_rtd_theme ===> Building from scratch py3-sphinx_rtd_theme-3.0.2p0 ===> py3-sphinx_rtd_theme-3.0.2p0 depends on: py3-sphinxcontrib-jquery-* -> py3-sphinxcontrib-jquery-4.1p2 ===> py3-sphinx_rtd_theme-3.0.2p0 depends on: py3-docutils-* -> py3-docutils-0.22.3v0 ===> py3-sphinx_rtd_theme-3.0.2p0 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-sphinx_rtd_theme-3.0.2p0 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-sphinx_rtd_theme-3.0.2p0 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-sphinx_rtd_theme-3.0.2p0 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-sphinx_rtd_theme-3.0.2p0 depends on: py3-wheel-* -> py3-wheel-0.46.1 ===> py3-sphinx_rtd_theme-3.0.2p0 depends on: xz->=5.4.0 -> xz-5.8.1 py3-build-1.3.0 py3-docutils-0.22.3v0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-sphinxcontrib-jquery-4.1p2 py3-wheel-0.46.1 python-3.13.9 xz-5.8.1 (Junk lock released for exopi-5 at 1764624786.49) distfiles size=3226374 >>> Running extract in textproc/py-sphinx_rtd_theme at 1764624786.52 ===> textproc/py-sphinx_rtd_theme ===> Checking files for py3-sphinx_rtd_theme-3.0.2p0 `/exopi-cvs/ports/distfiles/sphinx_rtd_theme-3.0.2.tar.gz' is up to date. `/exopi-cvs/ports/distfiles/sphinx-rtd-theme_3.0.2+dfsg-2.debian.tar.xz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-sphinx_rtd_theme-3.0.2p0 >>> Running build in textproc/py-sphinx_rtd_theme at 1764624786.93 ===> textproc/py-sphinx_rtd_theme ===> Patching for py3-sphinx_rtd_theme-3.0.2p0 mv /exopi-obj/pobj/py-sphinx_rtd_theme-3.0.2/debian /exopi-obj/pobj/py-sphinx_rtd_theme-3.0.2/sphinx_rtd_theme-3.0.2/ cd /exopi-obj/pobj/py-sphinx_rtd_theme-3.0.2/sphinx_rtd_theme-3.0.2; for i in `grep -v tests-configuration.patch debian/patches/series`; do patch -Ep1 -z.orig.deb < debian/patches/$i; done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From: Dmitry Shachnev |Date: Fri, 29 Jun 2018 14:54:26 +0300 |Subject: Use only TTF and WOFF2 fonts for Lato, only WOFF2 for RobotoSlab | |Also use different file names for compatibility with packages built |against sphinx-rtd-theme 0.2.4. |--- | src/sass/_theme_font_local.sass | 15 ++++++--------- | 1 file changed, 6 insertions(+), 9 deletions(-) | |diff --git a/src/sass/_theme_font_local.sass b/src/sass/_theme_font_local.sass |index 48f22e7..31da232 100644 |--- a/src/sass/_theme_font_local.sass |+++ b/src/sass/_theme_font_local.sass -------------------------- Patching file src/sass/_theme_font_local.sass using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 30. done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From: Dmitry Shachnev |Date: Sun, 23 Aug 2020 17:59:25 +0300 |Subject: Replace webpack-style imports with normal ones | |The ~ syntax is only supported by webpack, which we do not use: |https://github.com/webpack-contrib/sass-loader#resolving-import-at-rules |--- | src/sass/_theme_variables.sass | 2 +- | src/sass/badge_only.sass | 4 ++-- | src/sass/theme.sass | 6 +++--- | 3 files changed, 6 insertions(+), 6 deletions(-) | |diff --git a/src/sass/_theme_variables.sass b/src/sass/_theme_variables.sass |index d9a5310..5b47605 100644 |--- a/src/sass/_theme_variables.sass |+++ b/src/sass/_theme_variables.sass -------------------------- Patching file src/sass/_theme_variables.sass using Plan A... Hunk #1 succeeded at 2. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/src/sass/badge_only.sass b/src/sass/badge_only.sass |index 2b09416..b8cdac3 100644 |--- a/src/sass/badge_only.sass |+++ b/src/sass/badge_only.sass -------------------------- Patching file src/sass/badge_only.sass using Plan A... Hunk #1 succeeded at 8. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/src/sass/theme.sass b/src/sass/theme.sass |index 73e77e4..3330736 100644 |--- a/src/sass/theme.sass |+++ b/src/sass/theme.sass -------------------------- Patching file src/sass/theme.sass using Plan A... Hunk #1 succeeded at 13. Hunk #2 succeeded at 28. done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From: Dmitry Shachnev |Date: Sun, 23 Aug 2020 18:04:51 +0300 |Subject: Do not override Python build commands | |We do not use webpack in debian packaging. |--- | setup.py | 2 -- | 1 file changed, 2 deletions(-) | |diff --git a/setup.py b/setup.py |index 36a2a98..e42f539 100644 |--- a/setup.py |+++ b/setup.py -------------------------- Patching file setup.py using Plan A... Hunk #1 succeeded at 90. done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From: James Addison |Date: Sat, 18 Jan 2025 20:34:48 +0300 |Subject: Attach sidebar-close handler to current-page links | |Bug-Debian: http://bugs.debian.org/1075914 |Forwarded: https://github.com/readthedocs/sphinx_rtd_theme/pull/1588 |--- | src/theme.js | 2 +- | 1 file changed, 1 insertion(+), 1 deletion(-) | |diff --git a/src/theme.js b/src/theme.js |index db546b4..106c7a0 100644 |--- a/src/theme.js |+++ b/src/theme.js -------------------------- Patching file src/theme.js using Plan A... Hunk #1 succeeded at 86. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-sphinx_rtd_theme-3.0.2p0 ===> Configuring for py3-sphinx_rtd_theme-3.0.2p0 ===> Building for py3-sphinx_rtd_theme-3.0.2p0 * Getting build dependencies for wheel... /usr/local/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info creating sphinx_rtd_theme.egg-info writing sphinx_rtd_theme.egg-info/PKG-INFO writing dependency_links to sphinx_rtd_theme.egg-info/dependency_links.txt writing entry points to sphinx_rtd_theme.egg-info/entry_points.txt writing requirements to sphinx_rtd_theme.egg-info/requires.txt writing top-level names to sphinx_rtd_theme.egg-info/top_level.txt writing manifest file 'sphinx_rtd_theme.egg-info/SOURCES.txt' reading manifest file 'sphinx_rtd_theme.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' no previously-included directories found matching 'build' writing manifest file 'sphinx_rtd_theme.egg-info/SOURCES.txt' * Building wheel... /usr/local/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel /usr/local/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib/sphinx_rtd_theme copying sphinx_rtd_theme/__init__.py -> build/lib/sphinx_rtd_theme running egg_info writing sphinx_rtd_theme.egg-info/PKG-INFO writing dependency_links to sphinx_rtd_theme.egg-info/dependency_links.txt writing entry points to sphinx_rtd_theme.egg-info/entry_points.txt writing requirements to sphinx_rtd_theme.egg-info/requires.txt writing top-level names to sphinx_rtd_theme.egg-info/top_level.txt reading manifest file 'sphinx_rtd_theme.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'build' adding license file 'LICENSE' writing manifest file 'sphinx_rtd_theme.egg-info/SOURCES.txt' /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.da.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.da.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.da.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.da.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.da.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.de.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.de.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.de.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.en.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.en.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.en.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.en.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.en.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.es.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.es.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.es.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.es.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.es.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.et.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.et.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.et.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.et.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.et.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.fa_IR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.fa_IR.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.fa_IR.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.fa_IR.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.fa_IR.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.fr.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.fr.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.fr.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.hr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.hr.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.hr.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.hr.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.hr.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.hu.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.hu.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.hu.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.hu.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.hu.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.it.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.it.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.it.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.it.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.it.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.lt.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.lt.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.lt.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.lt.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.lt.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.nl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.nl.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.nl.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.nl.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.nl.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.pl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.pl.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.pl.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.pl.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.pl.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.pt.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.pt.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.pt.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.pt.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.pt.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.pt_BR.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.pt_BR.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.pt_BR.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.pt_BR.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.ru.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.ru.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.ru.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.ru.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.sv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.sv.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.sv.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.sv.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.sv.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.tr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.tr.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.tr.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.tr.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.tr.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.zh_CN.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.zh_CN.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.zh_CN.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.zh_CN.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.zh_CN.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.locale.zh_TW.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.locale.zh_TW.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.locale.zh_TW.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.locale.zh_TW.LC_MESSAGES' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.locale.zh_TW.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.static.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.static.css' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.static.css' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.static.css' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.static.css' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.static.css.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.static.css.fonts' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.static.css.fonts' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.static.css.fonts' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.static.css.fonts' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'sphinx_rtd_theme.static.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_rtd_theme.static.js' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'sphinx_rtd_theme.static.js' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'sphinx_rtd_theme.static.js' to be distributed and are already explicitly excluding 'sphinx_rtd_theme.static.js' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying sphinx_rtd_theme/breadcrumbs.html -> build/lib/sphinx_rtd_theme copying sphinx_rtd_theme/footer.html -> build/lib/sphinx_rtd_theme copying sphinx_rtd_theme/layout.html -> build/lib/sphinx_rtd_theme copying sphinx_rtd_theme/search.html -> build/lib/sphinx_rtd_theme copying sphinx_rtd_theme/searchbox.html -> build/lib/sphinx_rtd_theme copying sphinx_rtd_theme/theme.conf -> build/lib/sphinx_rtd_theme copying sphinx_rtd_theme/versions.html -> build/lib/sphinx_rtd_theme creating build/lib/sphinx_rtd_theme/locale copying sphinx_rtd_theme/locale/sphinx.pot -> build/lib/sphinx_rtd_theme/locale creating build/lib/sphinx_rtd_theme/locale/da/LC_MESSAGES copying sphinx_rtd_theme/locale/da/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/da/LC_MESSAGES copying sphinx_rtd_theme/locale/da/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/da/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/de/LC_MESSAGES copying sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/de/LC_MESSAGES copying sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/de/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/en/LC_MESSAGES copying sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/en/LC_MESSAGES copying sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/en/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/es/LC_MESSAGES copying sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/es/LC_MESSAGES copying sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/es/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/et/LC_MESSAGES copying sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/et/LC_MESSAGES copying sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/et/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES copying sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES copying sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/fr/LC_MESSAGES copying sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/fr/LC_MESSAGES copying sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/fr/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/hr/LC_MESSAGES copying sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/hr/LC_MESSAGES copying sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/hr/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/hu/LC_MESSAGES copying sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/hu/LC_MESSAGES copying sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/hu/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/it/LC_MESSAGES copying sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/it/LC_MESSAGES copying sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/it/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/lt/LC_MESSAGES copying sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/lt/LC_MESSAGES copying sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/lt/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/nl/LC_MESSAGES copying sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/nl/LC_MESSAGES copying sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/nl/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/pl/LC_MESSAGES copying sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/pl/LC_MESSAGES copying sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/pl/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/pt/LC_MESSAGES copying sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/pt/LC_MESSAGES copying sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/pt/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES copying sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES copying sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/ru/LC_MESSAGES copying sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/ru/LC_MESSAGES copying sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/ru/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/sv/LC_MESSAGES copying sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/sv/LC_MESSAGES copying sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/sv/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/tr/LC_MESSAGES copying sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/tr/LC_MESSAGES copying sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/tr/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES copying sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES copying sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES creating build/lib/sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES copying sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES/sphinx.mo -> build/lib/sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES copying sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES/sphinx.po -> build/lib/sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES creating build/lib/sphinx_rtd_theme/static/css copying sphinx_rtd_theme/static/css/badge_only.css -> build/lib/sphinx_rtd_theme/static/css copying sphinx_rtd_theme/static/css/theme.css -> build/lib/sphinx_rtd_theme/static/css creating build/lib/sphinx_rtd_theme/static/css/fonts copying sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Bold.woff -> build/lib/sphinx_rtd_theme/static/css/fonts copying sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Bold.woff2 -> build/lib/sphinx_rtd_theme/static/css/fonts copying sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Regular.woff -> build/lib/sphinx_rtd_theme/static/css/fonts copying sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Regular.woff2 -> build/lib/sphinx_rtd_theme/static/css/fonts copying sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.eot -> build/lib/sphinx_rtd_theme/static/css/fonts copying sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.svg -> build/lib/sphinx_rtd_theme/static/css/fonts copying sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.ttf -> build/lib/sphinx_rtd_theme/static/css/fonts copying sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff -> build/lib/sphinx_rtd_theme/static/css/fonts copying sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff2 -> build/lib/sphinx_rtd_theme/static/css/fonts copying sphinx_rtd_theme/static/css/fonts/lato-bold-italic.woff -> build/lib/sphinx_rtd_theme/static/css/fonts copying sphinx_rtd_theme/static/css/fonts/lato-bold-italic.woff2 -> build/lib/sphinx_rtd_theme/static/css/fonts copying sphinx_rtd_theme/static/css/fonts/lato-bold.woff -> build/lib/sphinx_rtd_theme/static/css/fonts copying sphinx_rtd_theme/static/css/fonts/lato-bold.woff2 -> build/lib/sphinx_rtd_theme/static/css/fonts copying sphinx_rtd_theme/static/css/fonts/lato-normal-italic.woff -> build/lib/sphinx_rtd_theme/static/css/fonts copying sphinx_rtd_theme/static/css/fonts/lato-normal-italic.woff2 -> build/lib/sphinx_rtd_theme/static/css/fonts copying sphinx_rtd_theme/static/css/fonts/lato-normal.woff -> build/lib/sphinx_rtd_theme/static/css/fonts copying sphinx_rtd_theme/static/css/fonts/lato-normal.woff2 -> build/lib/sphinx_rtd_theme/static/css/fonts creating build/lib/sphinx_rtd_theme/static/js copying sphinx_rtd_theme/static/js/badge_only.js -> build/lib/sphinx_rtd_theme/static/js copying sphinx_rtd_theme/static/js/theme.js -> build/lib/sphinx_rtd_theme/static/js copying sphinx_rtd_theme/static/js/versions.js_t -> build/lib/sphinx_rtd_theme/static/js installing to build/bdist.openbsd-7.8-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.8-amd64/wheel creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme copying build/lib/sphinx_rtd_theme/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme copying build/lib/sphinx_rtd_theme/breadcrumbs.html -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme copying build/lib/sphinx_rtd_theme/footer.html -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme copying build/lib/sphinx_rtd_theme/layout.html -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme copying build/lib/sphinx_rtd_theme/search.html -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme copying build/lib/sphinx_rtd_theme/searchbox.html -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme copying build/lib/sphinx_rtd_theme/theme.conf -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme copying build/lib/sphinx_rtd_theme/versions.html -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale copying build/lib/sphinx_rtd_theme/locale/sphinx.pot -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/da creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/da/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/da/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/da/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/da/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/da/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/de creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/de/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/de/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/de/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/en creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/en/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/en/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/en/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/es creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/es/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/es/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/es/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/et creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/et/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/et/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/et/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/fa_IR creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/fr creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/fr/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/fr/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/fr/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/hr creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/hr/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/hr/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/hr/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/hu creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/hu/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/hu/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/hu/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/it creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/it/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/it/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/it/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/lt creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/lt/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/lt/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/lt/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/nl creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/nl/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/nl/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/nl/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/pl creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/pl/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/pl/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/pl/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/pt creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/pt/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/pt/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/pt/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/pt_BR creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/ru creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/ru/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/ru/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/ru/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/sv creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/sv/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/sv/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/sv/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/tr creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/tr/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/tr/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/tr/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/zh_CN creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/zh_TW creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES/sphinx.mo -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES copying build/lib/sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES/sphinx.po -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/static creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/static/css copying build/lib/sphinx_rtd_theme/static/css/badge_only.css -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css copying build/lib/sphinx_rtd_theme/static/css/theme.css -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Bold.woff -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Bold.woff2 -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Regular.woff -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Regular.woff2 -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.eot -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.svg -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.ttf -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff2 -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/lato-bold-italic.woff -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/lato-bold-italic.woff2 -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/lato-bold.woff -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/lato-bold.woff2 -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/lato-normal-italic.woff -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/lato-normal-italic.woff2 -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/lato-normal.woff -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/lato-normal.woff2 -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/css/fonts creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme/static/js copying build/lib/sphinx_rtd_theme/static/js/badge_only.js -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/js copying build/lib/sphinx_rtd_theme/static/js/theme.js -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/js copying build/lib/sphinx_rtd_theme/static/js/versions.js_t -> build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme/static/js running install_egg_info Copying sphinx_rtd_theme.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./sphinx_rtd_theme-3.0.2-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/sphinx_rtd_theme-3.0.2.dist-info/WHEEL creating '/exopi-obj/pobj/py-sphinx_rtd_theme-3.0.2/sphinx_rtd_theme-3.0.2/dist/.tmp-hxtpwsg0/sphinx_rtd_theme-3.0.2-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'sphinx_rtd_theme/__init__.py' adding 'sphinx_rtd_theme/breadcrumbs.html' adding 'sphinx_rtd_theme/footer.html' adding 'sphinx_rtd_theme/layout.html' adding 'sphinx_rtd_theme/search.html' adding 'sphinx_rtd_theme/searchbox.html' adding 'sphinx_rtd_theme/theme.conf' adding 'sphinx_rtd_theme/versions.html' adding 'sphinx_rtd_theme/locale/sphinx.pot' adding 'sphinx_rtd_theme/locale/da/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/da/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES/sphinx.mo' adding 'sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES/sphinx.po' adding 'sphinx_rtd_theme/static/css/badge_only.css' adding 'sphinx_rtd_theme/static/css/theme.css' adding 'sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Bold.woff' adding 'sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Bold.woff2' adding 'sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Regular.woff' adding 'sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Regular.woff2' adding 'sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.eot' adding 'sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.svg' adding 'sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.ttf' adding 'sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff' adding 'sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff2' adding 'sphinx_rtd_theme/static/css/fonts/lato-bold-italic.woff' adding 'sphinx_rtd_theme/static/css/fonts/lato-bold-italic.woff2' adding 'sphinx_rtd_theme/static/css/fonts/lato-bold.woff' adding 'sphinx_rtd_theme/static/css/fonts/lato-bold.woff2' adding 'sphinx_rtd_theme/static/css/fonts/lato-normal-italic.woff' adding 'sphinx_rtd_theme/static/css/fonts/lato-normal-italic.woff2' adding 'sphinx_rtd_theme/static/css/fonts/lato-normal.woff' adding 'sphinx_rtd_theme/static/css/fonts/lato-normal.woff2' adding 'sphinx_rtd_theme/static/js/badge_only.js' adding 'sphinx_rtd_theme/static/js/theme.js' adding 'sphinx_rtd_theme/static/js/versions.js_t' adding 'sphinx_rtd_theme-3.0.2.dist-info/licenses/LICENSE' adding 'sphinx_rtd_theme-3.0.2.dist-info/METADATA' adding 'sphinx_rtd_theme-3.0.2.dist-info/WHEEL' adding 'sphinx_rtd_theme-3.0.2.dist-info/entry_points.txt' adding 'sphinx_rtd_theme-3.0.2.dist-info/top_level.txt' adding 'sphinx_rtd_theme-3.0.2.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built sphinx_rtd_theme-3.0.2-py2.py3-none-any.whl >>> Running package in textproc/py-sphinx_rtd_theme at 1764624789.71 ===> textproc/py-sphinx_rtd_theme ===> Faking installation for py3-sphinx_rtd_theme-3.0.2p0 ===> Building package for py3-sphinx_rtd_theme-3.0.2p0 Create /exopi-cvs/ports/packages/amd64/all/py3-sphinx_rtd_theme-3.0.2p0.tgz Creating package py3-sphinx_rtd_theme-3.0.2p0 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|textproc/py-docutils checking dependencies|textproc/py-sphinxcontrib/jquery checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 7% archiving|***** | 8% archiving|***** | 9% archiving|****** | 9% archiving|******* | 12% archiving|********* | 13% archiving|********** | 16% archiving|*********** | 18% archiving|************** | 22% archiving|********************** | 34% archiving|************************* | 39% archiving|*************************** | 42% archiving|**************************** | 44% archiving|********************************** | 53% archiving|************************************* | 58% archiving|******************************************* | 67% archiving|********************************************** | 72% archiving|**************************************************** | 81% archiving|******************************************************* | 86% archiving|************************************************************* | 95% archiving|****************************************************************|100% /exopi-cvs/ports/plist/amd64/py3-sphinx_rtd_theme-3.0.2p0 was updated @depend textproc/py-docutils:py3-docutils-*:py3-docutils-0.22.2p0v0 -> @depend textproc/py-docutils:py3-docutils-*:py3-docutils-0.22.3v0 Link to /exopi-cvs/ports/packages/amd64/ftp/py3-sphinx_rtd_theme-3.0.2p0.tgz >>> Running clean in textproc/py-sphinx_rtd_theme at 1764624791.77 ===> textproc/py-sphinx_rtd_theme ===> Cleaning for py3-sphinx_rtd_theme-3.0.2p0 >>> Ended at 1764624792.00 max_stuck=5.74/depends=5.81/show-prepare-results=1.33/extract=0.40/build=2.79/package=2.05/clean=0.26