Skip to content

4.0.7: sphinx warnings #71

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

Closed
kloczek opened this issue Jun 4, 2021 · 2 comments · Fixed by #74
Closed

4.0.7: sphinx warnings #71

kloczek opened this issue Jun 4, 2021 · 2 comments · Fixed by #74

Comments

@kloczek
Copy link

kloczek commented Jun 4, 2021

+ /usr/bin/python3 setup.py build_sphinx -b man
running build_sphinx
Running Sphinx v4.0.2
making output directory... done
WARNING: html_static_path entry '.static' does not exist
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 6 added, 0 changed, 0 removed
reading sources... [100%] tutorial
/home/tkloczko/rpmbuild/BUILD/gitdb-4.0.7/gitdb/db/base.py:docstring of gitdb.db.base.CompoundDB.has_object:2: WARNING: Field list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/gitdb-4.0.7/gitdb/db/git.py:docstring of gitdb.db.git.GitDB.ostream:2: WARNING: Field list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/gitdb-4.0.7/gitdb/db/loose.py:docstring of gitdb.db.loose.LooseObjectDB.has_object:2: WARNING: Field list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/gitdb-4.0.7/gitdb/db/mem.py:docstring of gitdb.db.mem.MemoryDB.has_object:2: WARNING: Field list ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/gitdb-4.0.7/gitdb/db/mem.py:docstring of gitdb.db.mem.MemoryDB.stream_copy:5: WARNING: Unexpected indentation.
/home/tkloczko/rpmbuild/BUILD/gitdb-4.0.7/gitdb/db/pack.py:docstring of gitdb.db.pack.PackedDB.has_object:2: WARNING: Field list ends without a blank line; unexpected unindent.
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-gitdb.3 { intro tutorial api algorithm changes } done
build succeeded, 7 warnings.
@hugovk
Copy link
Contributor

hugovk commented Aug 19, 2021

Please see PR #74.

@Byron Byron closed this as completed in #74 Aug 19, 2021
@kloczek
Copy link
Author

kloczek commented Aug 19, 2021

Just tested that commit.
It works as expected and all is clean now :)
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

3 participants