jaraco / tempora

MIT License
20 stars 7 forks source link

4.1.1: sphinx warnings #18

Closed kloczek closed 2 years ago

kloczek commented 3 years ago

[tkloczko@barrel tempora-4.1.1]$ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
running build_sphinx
Running Sphinx v4.1.2
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 2 added, 0 changed, 0 removed
reading sources... [100%] index
/home/tkloczko/rpmbuild/BUILD/tempora-4.1.1/tempora/timing.py:docstring of tempora.timing.Stopwatch:27: WARNING: Inconsistent literal block quoting.
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-tempora.3 { history } /home/tkloczko/rpmbuild/BUILD/tempora-4.1.1/tempora/timing.py:docstring of tempora.timing.BackoffDelay:1: WARNING: py:class reference target not found: collections.abc.Iterator
/home/tkloczko/rpmbuild/BUILD/tempora-4.1.1/tempora/schedule.py:docstring of tempora.schedule.DelayedCommand:1: WARNING: py:class reference target not found: datetime.datetime
done
build succeeded, 3 warnings.
kloczek commented 2 years ago

Just tested 4.1.2 and it looks clean now.

Thak you.

+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
running build_sphinx
Running Sphinx v4.2.0
making output directory... done
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 2 added, 0 changed, 0 removed
reading sources... [100%] index
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-tempora.3 { history } done
build succeeded.