mirror of
https://github.com/pyapp-kit/superqt.git
synced 2025-12-16 11:10:06 +01:00
* feat: add error messagebox context * typing * Update src/superqt/utils/_errormsg_context.py Co-authored-by: Grzegorz Bokota <bokota+github@gmail.com> * add tests * style: [pre-commit.ci] auto fixes [...] * docs: add docs * test button result * format doc * docs: update docs * docs * add dialog example * pass flags * skip mac ci pyside6 --------- Co-authored-by: Grzegorz Bokota <bokota+github@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
60 lines
1.2 KiB
YAML
60 lines
1.2 KiB
YAML
site_name: superqt
|
|
site_url: https://github.com/pyapp-kit/superqt
|
|
site_description: >-
|
|
missing widgets and components for PyQt/PySide
|
|
# Repository
|
|
repo_name: pyapp-kit/superqt
|
|
repo_url: https://github.com/pyapp-kit/superqt
|
|
|
|
# Copyright
|
|
copyright: Copyright © 2021 - 2022 Talley Lambert
|
|
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
|
|
watch:
|
|
- src
|
|
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.instant
|
|
- navigation.indexes
|
|
- navigation.expand
|
|
# - navigation.tracking
|
|
# - navigation.tabs
|
|
- search.highlight
|
|
- search.suggest
|
|
- content.code.copy
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- tables
|
|
- attr_list
|
|
- md_in_html
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
- toc:
|
|
permalink: "#"
|
|
|
|
|
|
plugins:
|
|
- search
|
|
- autorefs
|
|
- mkdocstrings
|
|
- macros:
|
|
module_name: docs/_macros
|
|
- mkdocstrings:
|
|
handlers:
|
|
python:
|
|
import:
|
|
- https://docs.python.org/3/objects.inv
|
|
options:
|
|
show_source: false
|
|
docstring_style: numpy
|
|
show_root_toc_entry: True
|
|
show_root_heading: True
|