Skip to content

Conversation

@ThomasWaldmann
Copy link
Contributor

@ThomasWaldmannThomasWaldmann commented Aug 25, 2023

fixes#510

note that it is usually not needed to tweak sys.path, one just needs to have msgpack installed (like into a currently active venv) and it will be found. i adjusted the path in the comment nevertheless, so if somebody wants the stuff in docs/../msgpack to be found, it just needs to be uncommented. sys.path tweaking might also cause issues i guess, e.g. if docs/../msgpack is found first and stuff from there is tried, instead of a correctly installed msgpack somewhere else in sys.path.
Fixes: WARNING: py:func reference target not found: dump WARNING: py:func reference target not found: dumps WARNING: py:func reference target not found: load WARNING: py:func reference target not found: loads
msgpack.fallback.Unpacker:6: WARNING: py:meth reference target not found: feed
WARNING: py:class reference target not found: callable
@methanemethane merged commit 7b75b4f into msgpack:mainAug 31, 2023
@ThomasWaldmannThomasWaldmann deleted the docs-work branch August 31, 2023 09:18
@ThomasWaldmannThomasWaldmann mentioned this pull request Aug 31, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1.0.4: sphinx warnings reference target not found

2 participants

@ThomasWaldmann@methane