-
Notifications
You must be signed in to change notification settings - Fork 230
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.0.4: sphinx warnings reference target not found
#510
Milestone
Comments
Merged
One sec 😋 |
ERROR Missing dependencies:
Cython~=3.0.0 Cannot temporary test this PR because I'm holding upgrade of the |
methane
pushed a commit
that referenced
this issue
Aug 31, 2023
Tested that and all look clean now 👍 😄 + /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man
Running Sphinx v7.0.1
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] 3 added, 0 changed, 0 removed
reading sources... [ 33%] advanced
reading sources... [ 66%] api
reading sources... [100%] index
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-msgpack.3 { api advanced } done
build succeeded. |
I've added #556 with some minor conf.py cleanups 😋 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all currently it is not possible to use straight
sphinx-build
command to build documentation out of source treeFirst part of warnings can be fixed by patch like below:
This patch fixes what is in the comment and that can of fix 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.You can peak on fixes that kind of issues in other projects
latchset/jwcrypto#289
click-contrib/sphinx-click@abc31069
latchset/jwcrypto#289
RDFLib/rdflib-sqlalchemy#95
sissaschool/elementpath@bf869d9e
The text was updated successfully, but these errors were encountered: