Tomasz Kłoczko

Results 1130 issues of Tomasz Kłoczko

On building my packages I'm using `sphinx-build` command with `-n` switch which shows warmings about missing references. These are not critical issues. Here is the output with warnings: ```console +...

gcc 11.1.1 ``` /home/tkloczko/rpmbuild/BUILD/atomicparsley-20210715.151551.e7ad03a/src/main.cpp: In function 'int real_main(int, char**)': /home/tkloczko/rpmbuild/BUILD/atomicparsley-20210715.151551.e7ad03a/src/main.cpp:3800:26: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 3800 | sizeof(char) * set_UTF16_text | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/tkloczko/rpmbuild/BUILD/atomicparsley-20210715.151551.e7ad03a/src/parsley.cpp: In function 'void...

I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. -...

First of all looks like setuptoolssphinx integration is not done. Below patch fixes that: ```patch --- a/setup.cfg~ 2021-05-06 20:43:49.000000000 +0100 +++ b/setup.cfg 2021-08-16 14:35:35.505071997 +0100 @@ -7,3 +7,6 @@ [bdist_wheel]...

In case od https://files.pythonhosted.org/packages/source/b/breathe/breathe-4.21.0.tar.gz there is no `documentation/` and `examples/` directories. In case if tagged tar ball https://github.com/michaeljones/breathe//archive/v4.21.0/python-breathe-4.21.0.tar.gz looks like some files are missig and sphinx cannot generate documentation ```...

bug
documentation

I'm trying to package your module as rpm packag. So I'm using typical in such case build, install and test cycle used on building package from non-root account: - "setup.py...

Looks like latest sphinx emits some warnings on generating documentation ```console + /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx running build_sphinx Running Sphinx v4.2.0 environ({'PBR_VERSION': '21.0.0', 'SETUPTOOLS_SCM_PRETEND_VERSION': '21.0.0', 'SHELL': '/bin/bash',...

I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account. - "setup.py build"...

I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. -...

```console + /usr/bin/python3 setup.py build_sphinx -b man running build_sphinx Running Sphinx v4.0.2 making output directory... done building [mo]: targets for 0 po files that are out of date building [man]:...