-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
0.5.1: sphinx warnings reference target not found
#14
Comments
Did you install |
I have installed in build all requirements and those warnings have nothing to do with requirements. |
I can't make it succeed even with your solution. A lot of errors like target reference not found: |
Honestly, the issues you raised confused me because it seems you are using some build techniques I am not used to and blame the project for some errors that would never happen if I do not use the techniques you use. For example. |
Of course it make sense. Without fixed refferences for example any API names mentioned in html or qch documentation format will be only hinglighted. When those warnings will be fixed you will have liks to exact symbols descriptions. |
Do you know how can I configure sphinx to make |
There is no such thing in this case like "sphinx configutation". |
Yeah I have looked at them, they are similar and all leave some What do you want from my side to fix it? Ignore the warnings? The |
My advice is "do what you want". Altering |
Fixed in the main branch |
Testeda and now it looks clean 👍 😄 + /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man
Running Sphinx v5.0.2
making output directory... done
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
loading intersphinx inventory from https://packaging.pypa.io/en/latest/objects.inv...
loading intersphinx inventory from https://requests.readthedocs.io/en/latest/objects.inv...
myst v0.17.2: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=[], linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, highlight_code_blocks=True, number_code_blocks=[], title_to_header=False, heading_anchors=None, heading_slug_func=None, footnote_transition=True, sub_delimiters=('{', '}'), words_per_minute=200)
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 8 added, 0 changed, 0 removed
reading sources... [100%] requirements
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-Unearth.3 { requirements api/evaluator api/finder api/link api/session cli_reference contributing } done
build succeeded. Thank you 😃 |
First of all currently it is not possible to use straight cleanly
sphinx-build
command to build documentation out of source treeThis 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
jaraco/cssutils#21
pywbem/pywbem#2895
The text was updated successfully, but these errors were encountered: