-
Notifications
You must be signed in to change notification settings - Fork 162
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
5.1.0: sphinx warnings reference target not found
#242
Comments
@kloczek: Thanks for reporting! Regarding the first batch of warnings, this seems to be an issue if the package hasn't been installed before running Regarding the second batch, I never found sphinx's
isn't something I want to deal with, frankly. So I'd prefer to leave it as-is, and kindly ask you to ignore the warnings... |
That is is something really odd that python modules to generate documentations somehow needs to be installed. |
I didn't say that it needs to be installed. I just said that the toolchain I use apparently just does that, so I never saw that warnings. Anyway, it should be fixed in the next release. |
Tested new 5.2.0 and looks like main issue with broken refs still is not resolved .. 🤔 |
As I stated before,
I still don't see much benefit in adapting the docs to silence sphinx's nitpicking mode, so this will not be changed. However, it should now be possible to build the sphinx docs without installing the package beforehand. |
Look .. that issue is not affecting me at all because I'm only interested roff output (man page). I can drop you tree more fixes similar issue. |
Not fixing those warnings mostly affects html output. One of the examples is part of the text with API routine name only higlited and withoyt link to actual description. |
To get this straight: I do appreciate your input, pointing me to some issues I missed so far. Building sphinx docs without having to install the package beforehand I did fix in the latest release, AFAICS. |
Those warnings are affecting mostly html output. |
Fiirs of all currently it is not possible to use straight
sphinx-build
command to build documentation out of source treeFirst batch of warnings can be fixed by patch like below:
This patch is suggested in sphinx example copy py https://www.sphinx-doc.org/en/master/usage/configuration.html#example-of-configuration-file
Than .. on building my packages I'm using
sphinx-build
command with-n
switch which shows warmings about missing references. These are not critical issues.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
latchset/jwcrypto#289
click-contrib/sphinx-click@abc31069
The text was updated successfully, but these errors were encountered: