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

2.1.0: sphinx warnings reference target not found #24

Open
kloczek opened this issue Feb 15, 2024 · 0 comments
Open

2.1.0: sphinx warnings reference target not found #24

kloczek opened this issue Feb 15, 2024 · 0 comments

Comments

@kloczek
Copy link

kloczek commented Feb 15, 2024

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:

+ /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man
Running Sphinx v7.1.2
WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English).
making output directory... done
building [mo]: targets for 0 po files that are out of date
writing output...
building [man]: all manpages
updating environment: [new config] 9 added, 0 changed, 0 removed
reading sources... [100%] valuesorteddict
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-sortedcollections.3 { valuesorteddict itemsorteddict nearestdict ordereddict orderedset indexabledict indexableset segmentlist } /home/tkloczko/rpmbuild/BUILD/python-sortedcollections-2.1.0/sortedcollections/recipes.py:docstring of sortedcollections.recipes.ValueSortedDict.__reduce__:3: WARNING: py:func reference target not found: SortedDict.__init__
/home/tkloczko/rpmbuild/BUILD/python-sortedcollections-2.1.0/sortedcollections/nearestdict.py:docstring of sortedcollections.nearestdict.NearestDict:3: WARNING: py:class reference target not found: SortedDict
/home/tkloczko/rpmbuild/BUILD/python-sortedcollections-2.1.0/sortedcollections/nearestdict.py:docstring of sortedcollections.nearestdict.NearestDict:8: WARNING: py:attr reference target not found: NearestDict.NEAREST
/home/tkloczko/rpmbuild/BUILD/python-sortedcollections-2.1.0/sortedcollections/nearestdict.py:docstring of sortedcollections.nearestdict.NearestDict.__init__:3: WARNING: py:attr reference target not found: NearestDict.NEAREST_NEXT
/home/tkloczko/rpmbuild/BUILD/python-sortedcollections-2.1.0/sortedcollections/nearestdict.py:docstring of sortedcollections.nearestdict.NearestDict.__init__:3: WARNING: py:attr reference target not found: NearestDict.NEAREST
/home/tkloczko/rpmbuild/BUILD/python-sortedcollections-2.1.0/sortedcollections/nearestdict.py:docstring of sortedcollections.nearestdict.NearestDict.__init__:3: WARNING: py:attr reference target not found: NearestDict.NEAREST_PREV
/home/tkloczko/rpmbuild/BUILD/python-sortedcollections-2.1.0/sortedcollections/nearestdict.py:docstring of sortedcollections.nearestdict.NearestDict.__init__:3: WARNING: py:attr reference target not found: NearestDict.NEAREST
/home/tkloczko/rpmbuild/BUILD/python-sortedcollections-2.1.0/sortedcollections/nearestdict.py:docstring of sortedcollections.nearestdict.NearestDict.__init__:10: WARNING: py:class reference target not found: SortedDict
/home/tkloczko/rpmbuild/BUILD/python-sortedcollections-2.1.0/sortedcollections/nearestdict.py:docstring of sortedcollections.nearestdict.NearestDict.__init__:11: WARNING: py:class reference target not found: SortedDict
/home/tkloczko/rpmbuild/BUILD/python-sortedcollections-2.1.0/sortedcollections/ordereddict.py:docstring of collections.abc.MutableMapping.update:1: WARNING: py:class reference target not found: None.  Update D from mapping/iterable E and F.
/home/tkloczko/rpmbuild/BUILD/python-sortedcollections-2.1.0/sortedcollections/recipes.py:docstring of sortedcollections.recipes.IndexableSet.__reduce__:3: WARNING: py:func reference target not found: SortedSet.__init__
done
build succeeded, 12 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 changed the title 2.1.0: 2.1.0: sphinx warnings reference target not found Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant