chore: use convertor from separate project

Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: gtema <artem.goncharov@gmail.com>
Co-committed-by: gtema <artem.goncharov@gmail.com>
This commit is contained in:
2023-06-05 06:34:45 +00:00
committed by zuul
parent e98e63f8be
commit 28105bc50e
9 changed files with 8 additions and 1169 deletions

View File

@ -1,11 +1,11 @@
[metadata]
name = otc-doc-convertor
name = otc-doc-exports
author = Open Telekom Cloud - Ecosystem Squad
author_email = dl-pbcotcdeleco@t-systems.com
description = Python program to convert docs exported in HTML into RST
description = Doc sources (HTML) to track changes in the vendors documentation system
description_file =
README.md
home_page = https://github.com/opentelekomcloud-docs/doc-exports
home_page = https://gitea.eco.tsi-dev.otc-service.com/docs/doc-exports
classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
@ -17,12 +17,3 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
keywords = Sphinx, search, python
[options]
packages = otc_doc_convertor
[options.entry_points]
console_scripts =
otc-convert-doc = otc_doc_convertor.convertor:main
otc-convert-compare = otc_doc_convertor.comparator:main