Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.11.0: sphinx warnings reference target not found #728

Open
kloczek opened this issue Nov 5, 2023 · 1 comment
Open

1.11.0: sphinx warnings reference target not found #728

kloczek opened this issue Nov 5, 2023 · 1 comment
Labels
bug Unexpected or incorrect user-visible behavior

Comments

@kloczek
Copy link
Contributor

kloczek commented Nov 5, 2023

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

@kloczek kloczek added the bug Unexpected or incorrect user-visible behavior label Nov 5, 2023
@kloczek
Copy link
Contributor Author

kloczek commented Jan 18, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected or incorrect user-visible behavior
Projects
None yet
Development

No branches or pull requests

1 participant