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

sphinx-related work #554

Merged
merged 8 commits into from Aug 31, 2023
Merged

sphinx-related work #554

merged 8 commits into from Aug 31, 2023

Conversation

ThomasWaldmann
Copy link
Contributor

@ThomasWaldmann ThomasWaldmann commented Aug 25, 2023

fixes #510

@ThomasWaldmann ThomasWaldmann force-pushed the docs-work branch 4 times, most recently from ffb66e4 to 61a8a7b Compare August 26, 2023 00:07
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
@methane methane merged commit 7b75b4f into msgpack:main Aug 31, 2023
17 checks passed
@ThomasWaldmann ThomasWaldmann deleted the docs-work branch August 31, 2023 09:18
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

Successfully merging this pull request may close these issues.

1.0.4: sphinx warnings reference target not found
2 participants