mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00

``` Extension error (sphinx_markdown_tables): Handler <function process_tables at 0x7fcce7e1dc10> for event 'source-read' threw an exception (exception: __init__() missing 1 required positional argument: 'config') ```
22 lines
497 B
TOML
22 lines
497 B
TOML
# Copyright © 2021 SixtyFPS GmbH <info@slint-ui.com>
|
|
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
|
|
|
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
breathe = "4.33.1"
|
|
sphinx-rtd-theme = "1.0.0"
|
|
sphinx = "4.5.0"
|
|
exhale = "0.2.4"
|
|
myst_parser = "0.17.2"
|
|
sphinx-markdown-tables = "0.0.15"
|
|
# Workaround for https://github.com/ryanfox/sphinx-markdown-tables/issues/36
|
|
markdown = "==3.3.7"
|
|
|
|
[requires]
|
|
python_version = "3"
|