python-rope/rope

1.11.0: sphinx warnings `reference target not found`

kloczek opened this issue · 1 comments

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:

You can peak on fixes that kind of issues in other projects
RDFLib/rdflib-sqlalchemy#95
RDFLib/rdflib#2036
click-contrib/sphinx-click@abc31069
frostming/unearth#14
jaraco/cssutils#21
latchset/jwcrypto#289
latchset/jwcrypto#289
pypa/distlib@98b9b89f
pywbem/pywbem#2895
sissaschool/elementpath@bf869d9e
sissaschool/xmlschema@42ea98f2
sqlalchemy/sqlalchemy@5e88e6e8

Just found that I forgot to copy sphnx-build output

+ /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man
Running Sphinx v7.1.2
WARNING: html_static_path entry '_static' does not exist
[autosummary] generating autosummary for: configuration.rst, contributing.rst, dev/issues.rst, index.rst, library.rst, overview.rst, release-process.rst, rope.rst
building [mo]: targets for 0 po files that are out of date
writing output...
building [man]: all manpages
updating environment: [new config] 8 added, 0 changed, 0 removed
reading sources... [100%] rope
/home/tkloczko/rpmbuild/BUILD/rope-1.12.0/rope/base/prefs.py:docstring of rope.base.prefs.Prefs:1: WARNING: Inline emphasis start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/rope-1.12.0/rope/base/prefs.py:docstring of rope.base.prefs.Prefs:1: WARNING: Inline emphasis start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/rope-1.12.0/rope/base/prefs.py:docstring of rope.base.prefs.Prefs:1: WARNING: Inline emphasis start-string without end-string.
/home/tkloczko/rpmbuild/BUILD/rope-1.12.0/rope/base/prefs.py:docstring of rope.base.prefs.Prefs:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-rope.3 { overview rope library configuration contributing release-process dev/issues } done
build succeeded, 5 warnings.