Skip to content
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.11.2: sphinx warnings reference target not found #305

Closed
kloczek opened this issue Jun 11, 2022 · 16 comments
Closed

1.11.2: sphinx warnings reference target not found #305

kloczek opened this issue Jun 11, 2022 · 16 comments
Labels
bug Something isn't working

Comments

@kloczek
Copy link

kloczek commented Jun 11, 2022

On building my packages I'm using sphinx-build command with -n switch which shows warmings about missing references. These are not critical issues.

@kloczek
Copy link
Author

kloczek commented Jun 11, 2022

Here is the output with warnings:

+ /usr/bin/sphinx-build -n -T -b man doc build/sphinx/man
Running Sphinx v5.0.1
WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid langauge code. Falling back to 'en' (English).
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
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 } /home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/usage.rst:108: WARNING: py:meth reference target not found: add_schema
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/usage.rst:132: WARNING: py:meth reference target not found: XMLSchema.is_valid
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/usage.rst:147: WARNING: py:meth reference target not found: XMLSchema.validate
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/usage.rst:500: WARNING: py:class reference target not found: XMLResource
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/usage.rst:500: WARNING: py:class reference target not found: XMLResource
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/features.rst:13: WARNING: py:class reference target not found: XMLSchema11
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/features.rst:13: WARNING: py:class reference target not found: XMLSchema
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/features.rst:13: WARNING: py:class reference target not found: XMLSchema10
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/features.rst:71: WARNING: py:class reference target not found: XMLResource
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/converters.rst:29: WARNING: py:class reference target not found: XMLSchemaConverter
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/converters.rst:33: WARNING: py:class reference target not found: ParkerConverter
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/converters.rst:34: WARNING: py:class reference target not found: BadgerFishConverter
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/converters.rst:35: WARNING: py:class reference target not found: AbderaConverter
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/converters.rst:36: WARNING: py:class reference target not found: JsonMLConverter
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/converters.rst:49: WARNING: py:class reference target not found: UnorderedConverter
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/converters.rst:50: WARNING: py:class reference target not found: ColumnarConverter
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/converters.rst:52: WARNING: py:class reference target not found: DataElementConverter
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/converters.rst:52: WARNING: py:class reference target not found: DataElement
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/converters.rst:60: WARNING: py:class reference target not found: XMLSchemaConverter
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/extras.rst:29: WARNING: py:class reference target not found: AbstractGenerator
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/extras.rst:92: WARNING: py:class reference target not found: PythonGenerator
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/extras.rst:133: WARNING: py:class reference target not found: Wsdl11Document
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/exceptions.py:docstring of xmlschema.validators.exceptions.XMLSchemaValidatorError:: WARNING: py:class reference target not found: XsdValidator
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/exceptions.py:docstring of xmlschema.validators.exceptions.XMLSchemaValidatorError:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/exceptions.py:docstring of xmlschema.validators.exceptions.XMLSchemaValidatorError:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/exceptions.py:docstring of xmlschema.validators.exceptions.XMLSchemaNotBuiltError:: WARNING: py:class reference target not found: XsdValidator
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/exceptions.py:docstring of xmlschema.validators.exceptions.XMLSchemaParseError:: WARNING: py:class reference target not found: XsdValidator
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/exceptions.py:docstring of xmlschema.validators.exceptions.XMLSchemaParseError:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/exceptions.py:docstring of xmlschema.validators.exceptions.XMLSchemaValidationError:: WARNING: py:class reference target not found: XsdValidator
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/exceptions.py:docstring of xmlschema.validators.exceptions.XMLSchemaValidationError:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/exceptions.py:docstring of xmlschema.validators.exceptions.XMLSchemaDecodeError:: WARNING: py:class reference target not found: XsdValidator
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/exceptions.py:docstring of xmlschema.validators.exceptions.XMLSchemaDecodeError:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/exceptions.py:docstring of xmlschema.validators.exceptions.XMLSchemaEncodeError:: WARNING: py:class reference target not found: XsdValidator
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/exceptions.py:docstring of xmlschema.validators.exceptions.XMLSchemaEncodeError:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/exceptions.py:docstring of xmlschema.validators.exceptions.XMLSchemaChildrenValidationError:: WARNING: py:class reference target not found: XsdValidator
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/exceptions.py:docstring of xmlschema.validators.exceptions.XMLSchemaChildrenValidationError:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/exceptions.py:docstring of xmlschema.validators.exceptions.XMLSchemaChildrenValidationError:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/exceptions.py:docstring of xmlschema.validators.exceptions.XMLSchemaChildrenValidationError:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/exceptions.py:docstring of xmlschema.validators.exceptions.XMLSchemaChildrenValidationError:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.validate:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.validate:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.validate:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.validate:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.is_valid:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.is_valid:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.is_valid:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.is_valid:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.iter_errors:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.iter_errors:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.iter_errors:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.iter_errors:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.iter_decode:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.iter_decode:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.iter_decode:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.iter_decode:16: WARNING: py:meth reference target not found: XMLSchema.iter_decode
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.to_dict:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.to_dict:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.to_dict:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.to_json:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.to_json:: WARNING: py:obj reference target not found: typing.IO
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.to_json:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.to_json:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.to_json:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.to_json:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.to_json:6: WARNING: py:meth reference target not found: write
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.to_json:18: WARNING: py:meth reference target not found: XMLSchema.iter_decode
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.from_json:: WARNING: py:obj reference target not found: typing.IO
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.from_json:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.from_json:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.from_json:3: WARNING: py:meth reference target not found: read
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.from_json:8: WARNING: py:meth reference target not found: XMLSchema.iter_encode
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/api.rst:54: WARNING: py:class reference target not found: XMLSchemaMeta
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/doc/api.rst:54: WARNING: py:class reference target not found: XMLSchemaBase
<unknown>:1: WARNING: py:class reference target not found: xmlschema.validators.schemas.XMLSchema10
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase:31: WARNING: py:class reference target not found: XsdGlobal
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase:: WARNING: py:class reference target not found: NamespaceView
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase:: WARNING: py:class reference target not found: NamespaceView
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase:: WARNING: py:class reference target not found: NamespaceView
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase:: WARNING: py:class reference target not found: NamespaceView
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase:: WARNING: py:class reference target not found: NamespaceView
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase:: WARNING: py:class reference target not found: NamespaceView
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.builtin_types:: WARNING: py:class reference target not found: xmlschema.namespaces.NamespaceView
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.builtin_types:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.create_meta_schema:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.include_schema:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.import_schema:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.iter_globals:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.iter_globals:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.iter_components:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.iter_components:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.check_schema:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.check_schema:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.check_schema:1: WARNING: py:attr reference target not found: meta_schema
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.get_converter:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.validate:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.validate:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.validate:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.is_valid:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.is_valid:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.is_valid:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.iter_errors:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.iter_errors:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.iter_errors:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.decode:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.decode:1: WARNING: py:func reference target not found: XMLSchema.iter_decode
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.iter_decode:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.iter_decode:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.iter_decode:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.iter_decode:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.iter_decode:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.encode:1: WARNING: py:func reference target not found: XMLSchema.iter_encode
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.iter_encode:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.iter_encode:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/schemas.py:docstring of xmlschema.validators.schemas.XMLSchemaBase.iter_encode:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/global_maps.py:docstring of xmlschema.validators.global_maps.XsdGlobals:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/global_maps.py:docstring of xmlschema.validators.global_maps.XsdGlobals.check:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/global_maps.py:docstring of xmlschema.validators.global_maps.XsdGlobals.copy:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/global_maps.py:docstring of xmlschema.validators.global_maps.XsdGlobals.iter_globals:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/global_maps.py:docstring of xmlschema.validators.global_maps.XsdGlobals.iter_schemas:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/global_maps.py:docstring of xmlschema.validators.global_maps.XsdGlobals.lookup:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/global_maps.py:docstring of xmlschema.validators.global_maps.XsdGlobals.register:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/global_maps.py:docstring of xmlschema.XsdGlobals.unbuilt:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/converters/default.py:docstring of xmlschema.converters.default.XMLSchemaConverter:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/converters/default.py:docstring of xmlschema.converters.default.XMLSchemaConverter:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/converters/default.py:docstring of xmlschema.converters.default.XMLSchemaConverter.etree_element:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/converters/default.py:docstring of xmlschema.converters.default.XMLSchemaConverter.etree_element:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/converters/default.py:docstring of xmlschema.converters.default.XMLSchemaConverter.element_decode:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/converters/unordered.py:docstring of xmlschema.converters.unordered.UnorderedConverter:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/converters/unordered.py:docstring of xmlschema.converters.unordered.UnorderedConverter:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/converters/unordered.py:docstring of xmlschema.converters.unordered.UnorderedConverter:1: WARNING: py:meth reference target not found: element_encode
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/converters/parker.py:docstring of xmlschema.converters.parker.ParkerConverter:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/converters/badgerfish.py:docstring of xmlschema.converters.badgerfish.BadgerFishConverter:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/converters/abdera.py:docstring of xmlschema.converters.abdera.AbderaConverter:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/converters/jsonml.py:docstring of xmlschema.converters.jsonml.JsonMLConverter:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/converters/columnar.py:docstring of xmlschema.converters.columnar.ColumnarConverter:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/dataobjects.py:docstring of xmlschema.dataobjects.DataElement:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/dataobjects.py:docstring of xmlschema.dataobjects.DataElementConverter:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/dataobjects.py:docstring of xmlschema.dataobjects.DataBindingConverter:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.fetch_schema:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.fetch_schema:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.fetch_schema_locations:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.fetch_schema_locations:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.fetch_schema_locations:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource:: WARNING: py:class reference target not found: pathlib.Path
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.parse:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.open:: WARNING: py:obj reference target not found: typing.IO
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.iter:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.iter:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.iter_depth:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.iter_depth:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.iter_depth:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.iterfind:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.iterfind:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.iterfind:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.iterfind:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.find:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.find:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.find:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.find:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.findall:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.findall:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.get_namespaces:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.get_namespaces:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.get_locations:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.get_locations:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.XmlDocument:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.XmlDocument:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.XmlDocument:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.XmlDocument:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/documents.py:docstring of xmlschema.documents.XmlDocument:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/translation.py:docstring of xmlschema.translation.activate:: WARNING: py:class reference target not found: pathlib.Path
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/xpath.py:docstring of xmlschema.xpath.ElementPathMixin.iter:: WARNING: py:class reference target not found: xmlschema.xpath.E
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/xpath.py:docstring of xmlschema.xpath.ElementPathMixin.iterchildren:: WARNING: py:class reference target not found: xmlschema.xpath.E
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/xpath.py:docstring of xmlschema.xpath.ElementPathMixin.find:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/xpath.py:docstring of xmlschema.xpath.ElementPathMixin.find:: WARNING: py:class reference target not found: xmlschema.xpath.E
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/xpath.py:docstring of xmlschema.xpath.ElementPathMixin.findall:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/xpath.py:docstring of xmlschema.xpath.ElementPathMixin.findall:: WARNING: py:class reference target not found: xmlschema.xpath.E
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/xpath.py:docstring of xmlschema.xpath.ElementPathMixin.iterfind:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/xpath.py:docstring of xmlschema.xpath.ElementPathMixin.iterfind:: WARNING: py:class reference target not found: xmlschema.xpath.E
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.ValidationMixin.is_valid:: WARNING: py:class reference target not found: xmlschema.validators.xsdbase.ST
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.ValidationMixin.is_valid:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.ValidationMixin.is_valid:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.ValidationMixin.validate:: WARNING: py:class reference target not found: xmlschema.validators.xsdbase.ST
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.ValidationMixin.validate:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.ValidationMixin.validate:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.ValidationMixin.validate:7: WARNING: py:exc reference target not found: XMLSchemaValidationError
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.ValidationMixin.validate:8: WARNING: py:exc reference target not found: XMLSchemaValidationError
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.ValidationMixin.decode:: WARNING: py:class reference target not found: xmlschema.validators.xsdbase.ST
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.ValidationMixin.decode:: WARNING: py:class reference target not found: xmlschema.validators.xsdbase.DT
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.ValidationMixin.decode:7: WARNING: py:exc reference target not found: XMLSchemaValidationError
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.ValidationMixin.iter_decode:: WARNING: py:class reference target not found: xmlschema.validators.xsdbase.ST
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.ValidationMixin.iter_decode:: WARNING: py:class reference target not found: xmlschema.validators.xsdbase.DT
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.ValidationMixin.iter_errors:: WARNING: py:class reference target not found: xmlschema.validators.xsdbase.ST
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.ValidationMixin.iter_errors:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.ValidationMixin.iter_errors:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.ValidationMixin.encode:7: WARNING: py:exc reference target not found: XMLSchemaValidationError
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.XsdComponent:: WARNING: py:class reference target not found: xml.etree.ElementTree.Element
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.XsdComponent:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.XsdType:: WARNING: py:class reference target not found: xml.etree.ElementTree.Element
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.XsdType:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.XsdType.is_derived:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.XsdType.is_derived:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.XsdType.is_derived:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/elements.py:docstring of xmlschema.validators.elements.XsdElement:: WARNING: py:class reference target not found: xml.etree.ElementTree.Element
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/elements.py:docstring of xmlschema.validators.elements.XsdElement:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/attributes.py:docstring of xmlschema.validators.attributes.XsdAttribute:: WARNING: py:class reference target not found: xml.etree.ElementTree.Element
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/attributes.py:docstring of xmlschema.validators.attributes.XsdAttribute:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/elements.py:docstring of xmlschema.validators.elements.Xsd11Element:: WARNING: py:class reference target not found: xml.etree.ElementTree.Element
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/elements.py:docstring of xmlschema.validators.elements.Xsd11Element:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/attributes.py:docstring of xmlschema.validators.attributes.Xsd11Attribute:: WARNING: py:class reference target not found: xml.etree.ElementTree.Element
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/attributes.py:docstring of xmlschema.validators.attributes.Xsd11Attribute:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/complex_types.py:docstring of xmlschema.validators.complex_types.Xsd11ComplexType:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/complex_types.py:docstring of xmlschema.validators.complex_types.Xsd11ComplexType:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/complex_types.py:docstring of xmlschema.validators.complex_types.XsdComplexType:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/complex_types.py:docstring of xmlschema.validators.complex_types.XsdComplexType:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/simple_types.py:docstring of xmlschema.validators.simple_types.XsdSimpleType:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/simple_types.py:docstring of xmlschema.validators.simple_types.XsdSimpleType:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/simple_types.py:docstring of xmlschema.validators.simple_types.XsdAtomicBuiltin:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/simple_types.py:docstring of xmlschema.validators.simple_types.XsdAtomicBuiltin:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/simple_types.py:docstring of xmlschema.validators.simple_types.XsdList:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/simple_types.py:docstring of xmlschema.validators.simple_types.XsdList:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/simple_types.py:docstring of xmlschema.validators.simple_types.Xsd11Union:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/simple_types.py:docstring of xmlschema.validators.simple_types.Xsd11Union:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/simple_types.py:docstring of xmlschema.validators.simple_types.XsdUnion:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/simple_types.py:docstring of xmlschema.validators.simple_types.XsdUnion:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/simple_types.py:docstring of xmlschema.validators.simple_types.Xsd11AtomicRestriction:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/simple_types.py:docstring of xmlschema.validators.simple_types.Xsd11AtomicRestriction:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/simple_types.py:docstring of xmlschema.validators.simple_types.Xsd11AtomicRestriction:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/simple_types.py:docstring of xmlschema.validators.simple_types.XsdAtomicRestriction:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/simple_types.py:docstring of xmlschema.validators.simple_types.XsdAtomicRestriction:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/simple_types.py:docstring of xmlschema.validators.simple_types.XsdAtomicRestriction:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/attributes.py:docstring of xmlschema.validators.attributes.XsdAttributeGroup:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/attributes.py:docstring of xmlschema.validators.attributes.XsdAttributeGroup:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/groups.py:docstring of xmlschema.validators.groups.Xsd11Group:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/groups.py:docstring of xmlschema.validators.groups.Xsd11Group:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/groups.py:docstring of xmlschema.validators.groups.XsdGroup:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/groups.py:docstring of xmlschema.validators.groups.XsdGroup:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/wildcards.py:docstring of xmlschema.validators.wildcards.Xsd11AnyElement:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/wildcards.py:docstring of xmlschema.validators.wildcards.Xsd11AnyElement:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/wildcards.py:docstring of xmlschema.validators.wildcards.XsdAnyElement:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/wildcards.py:docstring of xmlschema.validators.wildcards.XsdAnyElement:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/wildcards.py:docstring of xmlschema.validators.wildcards.Xsd11AnyAttribute:: WARNING: py:class reference target not found: xml.etree.ElementTree.Element
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/wildcards.py:docstring of xmlschema.validators.wildcards.Xsd11AnyAttribute:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/wildcards.py:docstring of xmlschema.validators.wildcards.XsdAnyAttribute:: WARNING: py:class reference target not found: xml.etree.ElementTree.Element
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/wildcards.py:docstring of xmlschema.validators.wildcards.XsdAnyAttribute:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/wildcards.py:docstring of xmlschema.validators.wildcards.XsdOpenContent:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/wildcards.py:docstring of xmlschema.validators.wildcards.XsdOpenContent:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/wildcards.py:docstring of xmlschema.validators.wildcards.XsdDefaultOpenContent:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/wildcards.py:docstring of xmlschema.validators.wildcards.XsdDefaultOpenContent:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.XsdIdentity:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.XsdIdentity:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.XsdSelector:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.XsdSelector:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.XsdFieldSelector:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.XsdFieldSelector:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.Xsd11Unique:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.Xsd11Unique:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.XsdUnique:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.XsdUnique:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.Xsd11Key:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.Xsd11Key:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.XsdKey:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.XsdKey:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.Xsd11Keyref:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.Xsd11Keyref:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.XsdKeyref:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/identities.py:docstring of xmlschema.validators.identities.XsdKeyref:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdWhiteSpaceFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdWhiteSpaceFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdWhiteSpaceFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdLengthFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdLengthFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdLengthFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMinLengthFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMinLengthFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMinLengthFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMaxLengthFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMaxLengthFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMaxLengthFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMinInclusiveFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMinInclusiveFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMinInclusiveFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMinExclusiveFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMinExclusiveFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMinExclusiveFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMaxInclusiveFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMaxInclusiveFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMaxInclusiveFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMaxExclusiveFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMaxExclusiveFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdMaxExclusiveFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdTotalDigitsFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdTotalDigitsFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdTotalDigitsFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdFractionDigitsFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdFractionDigitsFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdFractionDigitsFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdExplicitTimezoneFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdExplicitTimezoneFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdExplicitTimezoneFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdAssertionFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdAssertionFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdAssertionFacet:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdEnumerationFacets:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdEnumerationFacets:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdEnumerationFacets:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdPatternFacets:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdPatternFacets:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/facets.py:docstring of xmlschema.validators.facets.XsdPatternFacets:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/assertions.py:docstring of xmlschema.validators.assertions.XsdAssert:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/assertions.py:docstring of xmlschema.validators.assertions.XsdAssert:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/elements.py:docstring of xmlschema.validators.elements.XsdAlternative:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/elements.py:docstring of xmlschema.validators.elements.XsdAlternative:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/notations.py:docstring of xmlschema.validators.notations.XsdNotation:: WARNING: py:class reference target not found: xml.etree.ElementTree.Element
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/notations.py:docstring of xmlschema.validators.notations.XsdNotation:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.XsdAnnotation:: WARNING: py:class reference target not found: xml.etree.ElementTree.Element
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/validators/xsdbase.py:docstring of xmlschema.validators.xsdbase.XsdAnnotation:: WARNING: py:class reference target not found: xmlschema.aliases.T
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.2/xmlschema/extras/wsdl.py:docstring of xmlschema.extras.wsdl.Wsdl11Document:4: WARNING: py:class reference target not found: XMLSchema10
done
build succeeded, 328 warnings.

You can peak on fixes that kind of issues in other projects
latchset/jwcrypto#289
click-contrib/sphinx-click@abc31069
latchset/jwcrypto#289
RDFLib/rdflib-sqlalchemy#95
sissaschool/elementpath@bf869d9e
jaraco/cssutils#21

@brunato brunato added the bug Something isn't working label Jun 16, 2022
brunato added a commit that referenced this issue Jun 24, 2022
@brunato brunato closed this as completed Jun 24, 2022
@kloczek
Copy link
Author

kloczek commented Jun 24, 2022

Tested new version.
Still there are some warnings

+ /usr/bin/sphinx-build -n -T -b man doc build/sphinx/man
Running Sphinx v5.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
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 } /home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.3/xmlschema/documents.py:docstring of xmlschema.documents.to_json:: WARNING: py:obj reference target not found: typing.IO
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.3/xmlschema/documents.py:docstring of xmlschema.documents.from_json:: WARNING: py:obj reference target not found: typing.IO
/home/tkloczko/rpmbuild/BUILD/xmlschema-1.11.3/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.open:: WARNING: py:obj reference target not found: typing.IO
done
build succeeded, 4 warnings.

@brunato
Copy link
Member

brunato commented Jun 24, 2022

well, i used this config for Tox:

[testenv:docs]
commands =
    make -C doc html SPHINXOPTS="-W -n"
    make -C doc latexpdf SPHINXOPTS="-W -n"
    make -C doc doctest SPHINXOPTS="-W -n"
    sphinx-build -W -n -T -b man doc build/sphinx/man

which Python version is used in your case?

@brunato brunato reopened this Jun 24, 2022
@kloczek
Copy link
Author

kloczek commented Jun 24, 2022

3.8.18 however in this case more important is version of the sphinx (I'm using 5.0.2)

@brunato
Copy link
Member

brunato commented Jun 25, 2022

I also use Sphinx 5.0.2.

Reproduced the warnings with python 3.8.13 (the latest release of 3.8). Python 3.9 and Python 3.10 are not affected.

@kloczek
Copy link
Author

kloczek commented Jun 25, 2022

May I have look on the log?

@brunato
Copy link
Member

brunato commented Jun 25, 2022

(xmlschema-test) [brunato@kuldahar xmlschema]$ python --version
Python 3.8.13
(xmlschema-test) [brunato@kuldahar xmlschema]$ pip list
Package                       Version   Editable project location
----------------------------- --------- -----------------------------------
alabaster                     0.7.12
Babel                         2.10.3
certifi                       2022.6.15
charset-normalizer            2.0.12
coverage                      6.4.1
distlib                       0.3.4
docutils                      0.17.1
elementpath                   2.5.3
filelock                      3.7.1
flake8                        4.0.1
idna                          3.3
imagesize                     1.3.0
importlib-metadata            4.11.4
Jinja2                        3.1.2
lxml                          4.9.0
lxml-stubs                    0.4.0
MarkupSafe                    2.1.1
mccabe                        0.6.1
memory-profiler               0.60.0
mypy                          0.961
mypy-extensions               0.4.3
packaging                     21.3
pip                           22.1.2
platformdirs                  2.5.2
pluggy                        1.0.0
psutil                        5.9.1
py                            1.11.0
pycodestyle                   2.8.0
pyflakes                      2.4.0
Pygments                      2.12.0
pyparsing                     3.0.9
pytz                          2022.1
requests                      2.28.0
setuptools                    62.3.3
six                           1.16.0
snowballstemmer               2.2.0
Sphinx                        5.0.2
sphinx-rtd-theme              1.0.0
sphinxcontrib-applehelp       1.0.2
sphinxcontrib-devhelp         1.0.2
sphinxcontrib-htmlhelp        2.0.0
sphinxcontrib-jsmath          1.0.1
sphinxcontrib-qthelp          1.0.3
sphinxcontrib-serializinghtml 1.1.5
toml                          0.10.2
tomli                         2.0.1
tox                           3.25.0
typing_extensions             4.2.0
urllib3                       1.26.9
virtualenv                    20.14.1
wheel                         0.37.1
xmlschema                     1.11.3    /home/brunato/Development/xmlschema
zipp                          3.8.0
(xmlschema-test) [brunato@kuldahar xmlschema]$ make -C doc html SPHINXOPTS="-n"
make: Entering directory '/home/brunato/Development/xmlschema/doc'
Running Sphinx v5.0.2
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 9 source files that are out of date
updating environment: [new config] 9 added, 0 changed, 0 removed
reading sources... [100%] usage                                                                                                                                                               
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] usage                                                                                                                                                                
/home/brunato/Development/xmlschema/xmlschema/documents.py:docstring of xmlschema.documents.to_json:: WARNING: py:obj reference target not found: typing.IO
/home/brunato/Development/xmlschema/xmlschema/documents.py:docstring of xmlschema.documents.from_json:: WARNING: py:obj reference target not found: typing.IO
/home/brunato/Development/xmlschema/xmlschema/resources.py:docstring of xmlschema.resources.XMLResource.open:: WARNING: py:obj reference target not found: typing.IO
generating indices... genindex done
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 3 warnings.

The HTML pages are in _build/html.
make: Leaving directory '/home/brunato/Development/xmlschema/doc'

@brunato
Copy link
Member

brunato commented Jun 25, 2022

With Python 3.9:

(xmlschema-test2) [brunato@kuldahar xmlschema]$ rm -RI doc/_build/
rm: remove 1 argument recursively? y
(xmlschema-test2) [brunato@kuldahar xmlschema]$ python --version
Python 3.9.13
(xmlschema-test2) [brunato@kuldahar xmlschema]$ pip list
Package                       Version   Editable project location
----------------------------- --------- -----------------------------------
alabaster                     0.7.12
Babel                         2.10.3
certifi                       2022.6.15
charset-normalizer            2.0.12
coverage                      6.4.1
distlib                       0.3.4
docutils                      0.17.1
elementpath                   2.5.3
filelock                      3.7.1
flake8                        4.0.1
idna                          3.3
imagesize                     1.3.0
importlib-metadata            4.11.4
Jinja2                        3.1.2
lxml                          4.9.0
lxml-stubs                    0.4.0
MarkupSafe                    2.1.1
mccabe                        0.6.1
memory-profiler               0.60.0
mypy                          0.961
mypy-extensions               0.4.3
packaging                     21.3
pip                           22.1.2
platformdirs                  2.5.2
pluggy                        1.0.0
psutil                        5.9.1
py                            1.11.0
pycodestyle                   2.8.0
pyflakes                      2.4.0
Pygments                      2.12.0
pyparsing                     3.0.9
pytz                          2022.1
requests                      2.28.0
setuptools                    62.3.3
six                           1.16.0
snowballstemmer               2.2.0
Sphinx                        5.0.2
sphinx-rtd-theme              1.0.0
sphinxcontrib-applehelp       1.0.2
sphinxcontrib-devhelp         1.0.2
sphinxcontrib-htmlhelp        2.0.0
sphinxcontrib-jsmath          1.0.1
sphinxcontrib-qthelp          1.0.3
sphinxcontrib-serializinghtml 1.1.5
toml                          0.10.2
tomli                         2.0.1
tox                           3.25.0
typing_extensions             4.2.0
urllib3                       1.26.9
virtualenv                    20.14.1
wheel                         0.37.1
xmlschema                     1.11.3    /home/brunato/Development/xmlschema
zipp                          3.8.0
(xmlschema-test2) [brunato@kuldahar xmlschema]$ make -C doc html SPHINXOPTS="-n"
make: Entering directory '/home/brunato/Development/xmlschema/doc'
Running Sphinx v5.0.2
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 9 source files that are out of date
updating environment: [new config] 9 added, 0 changed, 0 removed
reading sources... [100%] usage                                                                                                                                                               
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] usage                                                                                                                                                                
generating indices... genindex done
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded.

The HTML pages are in _build/html.
make: Leaving directory '/home/brunato/Development/xmlschema/doc'

@kloczek
Copy link
Author

kloczek commented Jun 25, 2022

Python bug? 🤔

@brunato
Copy link
Member

brunato commented Jun 25, 2022

Maybe ... i used a recompiled 3.8.13 version ... same warnings.

@brunato
Copy link
Member

brunato commented Jul 21, 2022

I will add ('py:obj', 'typing.IO') to nitpick_ignore in conf.py.

I checked the typing module in Python 3.8 but the IO class is identical to the version in Python 3.9. So the issue can be in Python 3.8 or in Sphinx, I don't know. In any case this is not an error specific of xmlschema, because i found the same issue reported in other projects.

@brunato
Copy link
Member

brunato commented Jul 21, 2022

Also the warning referred to typing.IO should be suppressed with the latest release,

Thank you

@brunato brunato closed this as completed Jul 21, 2022
@kloczek
Copy link
Author

kloczek commented Jul 21, 2022

Tested. Looks good now 👍

+ /usr/bin/sphinx-build -n -T -b man doc build/sphinx/man
Running Sphinx v5.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
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, 1 warning.

Still it is one warning about _static 😋

@brunato
Copy link
Member

brunato commented Jul 21, 2022

Okay, the latest warning will be fixed after set html_static_path = [] in conf.py. 😌

@brunato
Copy link
Member

brunato commented Aug 12, 2022

Last warning should be suppressed with v2.0.2 (at least for man format ... 😅)

@brunato brunato closed this as completed Aug 12, 2022
@kloczek
Copy link
Author

kloczek commented Aug 12, 2022

Just tested.

+ /usr/bin/sphinx-build -n -T -b man doc build/sphinx/man
Running Sphinx v5.1.1
making output directory... done
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
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.

The manual pages are in build/sphinx/man.

Thank you 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants