=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py39-sphinx-rtd-theme-1.2.2 (cd /tmp/textproc/py-sphinx-rtd-theme/work/sphinx_rtd_theme-1.2.2/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python3.9 CC=gcc CFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.9 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.9 CXX=c++ CXXFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.9 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-Wl,-zrelro\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/tmp/textproc/py-sphinx-rtd-theme/work/.cwrapper/bin:/tmp/textproc/py-sphinx-rtd-theme/work/.buildlink/bin:/tmp/textproc/py-sphinx-rtd-theme/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CPP=cpp CXXCPP=cpp HOME=/tmp/textproc/py-sphinx-rtd-theme/work/.home CWRAPPERS_CONFIG_DIR=/tmp/textproc/py-sphinx-rtd-theme/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/textproc/py-sphinx-rtd-theme/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/textproc/py-sphinx-rtd-theme/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/textproc/py-sphinx-rtd-theme/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/textproc/py-sphinx-rtd-theme/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/textproc/py-sphinx-rtd-theme/work/.buildlink/lib/pkgconfig:/tmp/textproc/py-sphinx-rtd-theme/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/textproc/py-sphinx-rtd-theme/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/textproc/py-sphinx-rtd-theme/work/.cwrapper/config /usr/pkg/bin/python3.9 setup.py build -j4) 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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _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/html5shiv-printshiv.min.js -> build/lib/sphinx_rtd_theme/static/js copying sphinx_rtd_theme/static/js/html5shiv.min.js -> build/lib/sphinx_rtd_theme/static/js copying sphinx_rtd_theme/static/js/theme.js -> build/lib/sphinx_rtd_theme/static/js