Thanks to visit codestin.com
Credit goes to github.com

Skip to content

check/fix docs building warnings #56

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

Open
ThomasWaldmann opened this issue Jan 24, 2021 · 2 comments
Open

check/fix docs building warnings #56

ThomasWaldmann opened this issue Jan 24, 2021 · 2 comments

Comments

@ThomasWaldmann
Copy link
Collaborator

(python-llfuse-env) user@development:~/w/test/llfuse-1.4.0$ ./setup.py build_sphinx
running build_sphinx
Running Sphinx v3.4.3
loading intersphinx inventory from http://docs.python.org/3/objects.inv...
intersphinx inventory has moved: http://docs.python.org/3/objects.inv -> https://docs.python.org/3/objects.inv
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 12 source files that are out of date
updating environment: [new config] 12 added, 0 changed, 0 removed
reading sources... [100%] util                                                                                                                                                                                                          
Changes.rst:7: WARNING: Unknown target name: "pyfuse3".
Changes.rst:47: WARNING: Unknown target name: "pyfuse3".
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] util                                                                                                                                                                                                           
Changes.rst:55: WARNING: py:obj reference target not found: handle_signals
Changes.rst:56: WARNING: py:obj reference target not found: examples/passthroughfs.py
docstring of llfuse.main:12: WARNING: py:obj reference target not found: stop
docstring of llfuse.Lock.yield_:3: WARNING: py:obj reference target not found: Lock.yield_
docstring of llfuse.Lock.yield_:11: WARNING: py:obj reference target not found: Lock.yield_
generating indices... genindex py-modindex done
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 7 warnings.

The HTML pages are in doc/html.
@ThomasWaldmann ThomasWaldmann added this to the 1.4.2 milestone Jan 31, 2021
@ThomasWaldmann
Copy link
Collaborator Author

could fix the changelog, didn't find the other stuff yet.

@ThomasWaldmann ThomasWaldmann modified the milestones: 1.4.2, 1.5.0 May 16, 2022
@ThomasWaldmann ThomasWaldmann removed this from the 1.5.0 milestone May 13, 2023
@ThomasWaldmann
Copy link
Collaborator Author

Currently looks like:

...
writing output... [ 91%] operations                                            
/home/runner/work/python-llfuse/python-llfuse/docstring of llfuse.main:12: WARNING: py:obj reference target not found: stop
writing output... [100%] util                                                  
/home/runner/work/python-llfuse/python-llfuse/docstring of llfuse.Lock.yield_:3: WARNING: py:obj reference target not found: Lock.yield_
/home/runner/work/python-llfuse/python-llfuse/docstring of llfuse.Lock.yield_:11: WARNING: py:obj reference target not found: Lock.yield_
generating indices... genindex py-modindex done
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 3 warnings.

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

No branches or pull requests

1 participant