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

feature: introduce admonitions to warn about dependency issue in docs #1733

Merged
merged 3 commits into from
Jul 7, 2023

Conversation

bossenti
Copy link
Contributor

@bossenti bossenti commented Jul 4, 2023

Purpose

This PR introduces the usage of admonitions in our Python docs.
Admonitions are small UI elements that are designed to highlight certain statements, e.g.:
image

Admonitions can also be collapsed:
admonition

See some more supported admonitions: https://squidfunk.github.io/mkdocs-material/reference/admonitions/#supported-types

In addition, all base dependencies are now pinned to their current major versions.

Remarks

PR introduces (a) breaking change(s):no

PR introduces (a) deprecation(s): no

Signed-off-by: bossenti <bossenti@posteo.de>
Signed-off-by: bossenti <bossenti@posteo.de>
@github-actions github-actions bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code documentation Everything related to documentation labels Jul 4, 2023
@bossenti bossenti self-assigned this Jul 4, 2023
@bossenti bossenti added this to the 0.93.0 milestone Jul 4, 2023
Signed-off-by: bossenti <bossenti@posteo.de>
@bossenti bossenti removed dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 4, 2023
@github-actions github-actions bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 4, 2023
@bossenti bossenti marked this pull request as ready for review July 4, 2023 19:10
@bossenti bossenti merged commit 6dae125 into dev Jul 7, 2023
@bossenti bossenti deleted the feature/docs-support-admonitions branch July 7, 2023 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Everything related to documentation python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants