-
Notifications
You must be signed in to change notification settings - Fork 72
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
1.6.2: sphinx warnings #248
Comments
Hi, |
After fixeing dependencies still I see 2 warnings + /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
/usr/lib64/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'license_file'
warnings.warn(msg)
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] 9 added, 0 changed, 0 removed
reading sources... [100%] usage
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.6.2/xmlschema/validators/schema.py:docstring of xmlschema.XMLSchemaBase.url:1: WARNING: duplicate object description of xmlschema.XMLSchemaBase.url, other instance in api, use :noindex: for one of them
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-xmlschema.3 { intro usage features converters components testing extras api } done
build succeeded, 2 warnings. |
It's a duplicate |
brunato
added a commit
that referenced
this issue
Jun 7, 2021
Warning fixed with release v1.6.3. |
Tested 1.8.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: