scrapinghub/dateparser

1.0.0: sphinx warnings

Open

#936 建立於 2021年6月15日

在 GitHub 查看
 (8 留言) (0 反應) (0 負責人)Python (2,318 star) (443 fork)batch import
Type: Documentationgood first issue

描述

+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
running build_sphinx
Running Sphinx v4.0.2
making output directory... done
WARNING: html_static_path entry '_static' does not exist
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] 14 added, 0 changed, 0 removed
reading sources... [100%] usage
/home/tkloczko/rpmbuild/BUILD/dateparser-1.0.0/dateparser/date.py:docstring of dateparser.date.DateDataParser.get_date_data:34: WARNING: Unknown target name: "settings".
WARNING: autodoc: failed to import module 'jalali' from module 'dateparser.calendars'; the following exception was raised:
No module named 'convertdate'
WARNING: autodoc: failed to import module 'detection' from module 'dateparser.languages'; the following exception was raised:
No module named 'dateparser.languages.detection'
WARNING: autodoc: failed to import module 'language' from module 'dateparser.languages'; the following exception was raised:
No module named 'dateparser.languages.language'
/home/tkloczko/rpmbuild/BUILD/dateparser-1.0.0/dateparser/__init__.py:docstring of dateparser:1: WARNING: duplicate object description of dateparser, other instance in dateparser, use :noindex: for one of them
/home/tkloczko/rpmbuild/BUILD/dateparser-1.0.0/dateparser/__init__.py:docstring of dateparser.parse:1: WARNING: duplicate object description of dateparser.parse, other instance in dateparser, use :noindex: for one of them
/home/tkloczko/rpmbuild/BUILD/dateparser-1.0.0/dateparser/__init__.py:docstring of dateparser:1: WARNING: duplicate object description of dateparser, other instance in index, use :noindex: for one of them
/home/tkloczko/rpmbuild/BUILD/dateparser-1.0.0/dateparser/__init__.py:docstring of dateparser.parse:1: WARNING: duplicate object description of dateparser.parse, other instance in index, use :noindex: for one of them
/home/tkloczko/rpmbuild/BUILD/dateparser-1.0.0/dateparser/search/__init__.py:docstring of dateparser.search:1: WARNING: duplicate object description of dateparser.search, other instance in index, use :noindex: for one of them
/home/tkloczko/rpmbuild/BUILD/dateparser-1.0.0/dateparser/search/__init__.py:docstring of dateparser.search.search_dates:1: WARNING: duplicate object description of dateparser.search.search_dates, other instance in index, use :noindex: for one of them
looking for now-outdated files... none found
pickling environment... done
checking consistency... /home/tkloczko/rpmbuild/BUILD/dateparser-1.0.0/docs/modules.rst: WARNING: document isn't included in any toctree
/home/tkloczko/rpmbuild/BUILD/dateparser-1.0.0/docs/template.rst: WARNING: document isn't included in any toctree
done
writing... dateparser.1 { introduction installation usage settings supported_locales contributing authors history } done
build succeeded, 13 warnings.

貢獻者指南

1.0.0: sphinx warnings · scrapinghub/dateparser#936 | Good First Issue