kislyuk / argcomplete

Python and tab completion, better together.
https://kislyuk.github.io/argcomplete/
Apache License 2.0
1.39k stars 129 forks source link

1.12.3: sphinx 4.0.2 warnings #349

Closed kloczek closed 1 year ago

kloczek commented 3 years ago
+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
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]: all manpages
updating environment: [new config] 1 added, 0 changed, 0 removed
reading sources... [100%] index
/home/tkloczko/rpmbuild/BUILD/argcomplete-1.12.3/argcomplete/__init__.py:docstring of argcomplete.warn:3: WARNING: Duplicate explicit target name: "rlcompleter".
README.rst:161: WARNING: Duplicate target name, cannot be used as a unique reference: "rlcompleter".
README.rst:290: WARNING: image file not readable: docs/fish_help_string.png
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-argcomplete.3 { } done
build succeeded, 3 warnings.
kislyuk commented 1 year ago

Thanks for reporting. Doc building is an internal process in the project and any issues encountered there are not treated as bugs of the project.

kloczek commented 1 year ago

So it is not bug but fearure ..😛