5.0.9: sphinx 4.x warnings
kloczek opened this issue · 3 comments
kloczek commented
Looks like latest sphinx produces some warnings:
+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
/usr/lib/python3.8/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'upload-dir' will not be supported in future versions. Please use the underscore name 'upload_dir' instead
warnings.warn(
running build_sphinx
Running Sphinx v4.1.2
making output directory... done
WARNING: html_static_path entry '_static' does not exist
myst v0.15.2: MdParserConfig(renderer='sphinx', commonmark_only=False, enable_extensions=['dollarmath'], dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', disable_syntax=[], url_schemes=['http', 'https', 'mailto', 'ftp'], heading_anchors=None, heading_slug_func=None, html_meta=[], footnote_transition=True, substitutions=[], sub_delimiters=['{', '}'], words_per_minute=200)
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/decorator-5.0.9/docs/documentation.md:1: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:13: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:25: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:38: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:78: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:109: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:139: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:225: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:304: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:364: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:420: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:471: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:554: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:686: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:745: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:811: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:902: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:926: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:1050: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:1121: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:1318: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:1538: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
/home/tkloczko/rpmbuild/BUILD/decorator-5.0.9/docs/documentation.md:1653: WARNING: Non-consecutive header level increase; 0 to 2 [myst.header]
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-decorator.3 { documentation } done
build succeeded, 24 warnings.
The manual pages are in build/sphinx/man.
micheles commented
Thanks, I will have to fix that before the next release.
kloczek commented
Cannot check that because patch does not appluy cleanly on top of last release.
Do you have maybe some plans to make new release soon? :)