gitpython-developers / gitdb

IO of git-style object databases
http://gitdb.readthedocs.org
Other
212 stars 65 forks source link

Fix Sphinx warnings #74

Closed hugovk closed 2 years ago

hugovk commented 2 years ago

Fixes https://github.com/gitpython-developers/gitdb/issues/71.

Two things:

$ python3 setup.py build_sphinx -b man
running build_sphinx
Running Sphinx v4.0.2
loading pickled environment... done
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: 0 added, 0 changed, 0 removed
looking for now-outdated files... none found
writing... gitdb.1 { intro tutorial api algorithm changes } done
build succeeded.

The manual pages are in build/sphinx/man.
Byron commented 2 years ago

Thanks a lot, great initiative!