>>> Building on exopi-1 under textproc/py-sphinx_rtd_theme,python3 BDEPENDS = [archivers/xz;lang/python/3.10;textproc/py-sphinxcontrib/jquery,python3;devel/py-setuptools,python3;devel/py-build,python3;devel/py-installer,python3;devel/py-wheel,python3] DIST = [textproc/py-sphinx_rtd_theme,python3:sphinx_rtd_theme-1.2.2.tar.gz;textproc/py-sphinx_rtd_theme,python3:sphinx-rtd-theme_1.2.2+dfsg-1.debian.tar.xz] FULLPKGNAME = py3-sphinx_rtd_theme-1.2.2p1 RDEPENDS = [textproc/py-sphinxcontrib/jquery,python3;lang/python/3.10] (Junk lock obtained for exopi-1 at 1713170567.53) >>> Running depends in textproc/py-sphinx_rtd_theme,python3 at 1713170567.58 last junk was in audio/py-mpd2,python3 /usr/sbin/pkg_add -aI -Drepair py3-sphinxcontrib-jquery-4.1 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-sphinxcontrib-jquery-4.1 py3-wheel-0.43.0 python-3.10.14p0 xz-5.4.5 /usr/sbin/pkg_add -aI -Drepair py3-sphinxcontrib-jquery-4.1 >>> Running show-prepare-results in textproc/py-sphinx_rtd_theme,python3 at 1713170569.25 ===> textproc/py-sphinx_rtd_theme,python3 ===> Building from scratch py3-sphinx_rtd_theme-1.2.2p1 ===> py3-sphinx_rtd_theme-1.2.2p1 depends on: py3-sphinxcontrib-jquery-* -> py3-sphinxcontrib-jquery-4.1 ===> py3-sphinx_rtd_theme-1.2.2p1 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-sphinx_rtd_theme-1.2.2p1 depends on: py3-build-* -> py3-build-1.1.1 ===> py3-sphinx_rtd_theme-1.2.2p1 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-sphinx_rtd_theme-1.2.2p1 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-sphinx_rtd_theme-1.2.2p1 depends on: py3-wheel-* -> py3-wheel-0.43.0 ===> py3-sphinx_rtd_theme-1.2.2p1 depends on: xz->=5.4.0 -> xz-5.4.5 py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-sphinxcontrib-jquery-4.1 py3-wheel-0.43.0 python-3.10.14p0 xz-5.4.5 (Junk lock released for exopi-1 at 1713170570.76) distfiles size=3224625 >>> Running build in textproc/py-sphinx_rtd_theme,python3 at 1713170570.81 ===> textproc/py-sphinx_rtd_theme,python3 ===> Checking files for py3-sphinx_rtd_theme-1.2.2p1 `/exopi-cvs/ports/distfiles/sphinx-rtd-theme_1.2.2+dfsg-1.debian.tar.xz' is up to date. `/exopi-cvs/ports/distfiles/sphinx_rtd_theme-1.2.2.tar.gz' is up to date. >> (SHA256) sphinx-rtd-theme_1.2.2+dfsg-1.debian.tar.xz: OK >> (SHA256) sphinx_rtd_theme-1.2.2.tar.gz: OK ===> Extracting for py3-sphinx_rtd_theme-1.2.2p1 ===> Patching for py3-sphinx_rtd_theme-1.2.2p1 mv /exopi-obj/pobj/py-sphinx_rtd_theme-1.2.2-python3/debian /exopi-obj/pobj/py-sphinx_rtd_theme-1.2.2-python3/sphinx_rtd_theme-1.2.2/ cd /exopi-obj/pobj/py-sphinx_rtd_theme-1.2.2-python3/sphinx_rtd_theme-1.2.2; for i in `cat 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: Fri, 29 Jun 2018 16:58:36 +0300 |Subject: Make it possible to run upstream tests | |- Do not use readthedocs-sphinx-ext, it is not packaged. |- Point to local version of sphinx_rtd_theme. |--- | tests/util.py | 5 ++--- | 1 file changed, 2 insertions(+), 3 deletions(-) | |diff --git a/tests/util.py b/tests/util.py |index c9fdcc1..38fe839 100644 |--- a/tests/util.py |+++ b/tests/util.py -------------------------- Patching file tests/util.py using Plan A... Hunk #1 succeeded at 34. Hunk #2 succeeded at 55. 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: Dmitry Shachnev |Date: Wed, 16 Dec 2020 20:50:55 +0300 |Subject: Remove html5shiv dependency | |--- | sphinx_rtd_theme/layout.html | 3 --- | 1 file changed, 3 deletions(-) | |diff --git a/sphinx_rtd_theme/layout.html b/sphinx_rtd_theme/layout.html |index 1d70119..0f89144 100644 |--- a/sphinx_rtd_theme/layout.html |+++ b/sphinx_rtd_theme/layout.html -------------------------- Patching file sphinx_rtd_theme/layout.html using Plan A... Hunk #1 succeeded at 61. 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-1.2.2p1 ===> Configuring for py3-sphinx_rtd_theme-1.2.2p1 ===> Building for py3-sphinx_rtd_theme-1.2.2p1 * Getting build dependencies for wheel... 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' no previously-included directories found matching 'build' adding license file 'LICENSE' writing manifest file 'sphinx_rtd_theme.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib 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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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.10/site-packages/setuptools/command/build_py.py:201: _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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 installing to build/bdist.openbsd-7.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme copying build/lib/sphinx_rtd_theme/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme copying build/lib/sphinx_rtd_theme/breadcrumbs.html -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme copying build/lib/sphinx_rtd_theme/footer.html -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme copying build/lib/sphinx_rtd_theme/layout.html -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme copying build/lib/sphinx_rtd_theme/search.html -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme copying build/lib/sphinx_rtd_theme/searchbox.html -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme copying build/lib/sphinx_rtd_theme/theme.conf -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme copying build/lib/sphinx_rtd_theme/versions.html -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale copying build/lib/sphinx_rtd_theme/locale/sphinx.pot -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/da creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/da/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/de creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/de/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/en creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/en/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/es creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/es/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/et creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/et/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/fa_IR creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/fr creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/fr/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/hr creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/hr/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/hu creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/hu/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/it creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/it/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/lt creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/lt/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/nl creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/nl/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/pl creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/pl/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/pt creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/pt/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/pt_BR creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/ru creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/ru/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/sv creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/sv/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/tr creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/tr/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/zh_CN creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/locale/zh_TW creating build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/locale/zh_TW/LC_MESSAGES creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/static creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/static/css copying build/lib/sphinx_rtd_theme/static/css/badge_only.css -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/static/css copying build/lib/sphinx_rtd_theme/static/css/theme.css -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/static/css creating build/bdist.openbsd-7.5-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.5-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.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.eot -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.svg -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.ttf -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff2 -> build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/lato-bold.woff -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/lato-bold.woff2 -> build/bdist.openbsd-7.5-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.5-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.5-amd64/wheel/sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/lato-normal.woff -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/static/css/fonts copying build/lib/sphinx_rtd_theme/static/css/fonts/lato-normal.woff2 -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/static/css/fonts creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/static/js copying build/lib/sphinx_rtd_theme/static/js/badge_only.js -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/static/js copying build/lib/sphinx_rtd_theme/static/js/theme.js -> build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme/static/js running install_egg_info Copying sphinx_rtd_theme.egg-info to build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme-1.2.2-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/sphinx_rtd_theme-1.2.2.dist-info/WHEEL creating '/exopi-obj/pobj/py-sphinx_rtd_theme-1.2.2-python3/sphinx_rtd_theme-1.2.2/dist/.tmp-qf2lp0ru/sphinx_rtd_theme-1.2.2-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-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-1.2.2.dist-info/LICENSE' adding 'sphinx_rtd_theme-1.2.2.dist-info/METADATA' adding 'sphinx_rtd_theme-1.2.2.dist-info/WHEEL' adding 'sphinx_rtd_theme-1.2.2.dist-info/entry_points.txt' adding 'sphinx_rtd_theme-1.2.2.dist-info/top_level.txt' adding 'sphinx_rtd_theme-1.2.2.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built sphinx_rtd_theme-1.2.2-py2.py3-none-any.whl >>> Running package in textproc/py-sphinx_rtd_theme,python3 at 1713170574.23 ===> textproc/py-sphinx_rtd_theme,python3 ===> Faking installation for py3-sphinx_rtd_theme-1.2.2p1 ===> Building package for py3-sphinx_rtd_theme-1.2.2p1 Create /exopi-cvs/ports/packages/amd64/all/py3-sphinx_rtd_theme-1.2.2p1.tgz Creating package py3-sphinx_rtd_theme-1.2.2p1 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-main checking dependencies|textproc/py-sphinxcontrib/jquery,python3 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|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% 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|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% 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|* | 2% archiving|** | 2% archiving|** | 3% archiving|** | 4% archiving|*** | 4% archiving|*** | 5% archiving|***** | 9% archiving|****** | 9% archiving|******* | 11% archiving|******** | 13% archiving|********** | 15% archiving|*********** | 17% archiving|************** | 22% archiving|********************** | 34% archiving|************************* | 39% archiving|*************************** | 41% 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-1.2.2p1 was updated @depend lang/python/3.10,-main:python->=3.10,<3.11:python-3.10.13p2 -> @depend lang/python/3.10,-main:python->=3.10,<3.11:python-3.10.14p0 Link to /exopi-cvs/ports/packages/amd64/ftp/py3-sphinx_rtd_theme-1.2.2p1.tgz >>> Running clean in textproc/py-sphinx_rtd_theme,python3 at 1713170577.23 ===> textproc/py-sphinx_rtd_theme,python3 ===> Cleaning for py3-sphinx_rtd_theme-1.2.2p1 >>> Ended at 1713170577.63 max_stuck=0.00/depends=1.68/show-prepare-results=1.56/build=3.42/package=2.97/clean=0.47