Skip to content

Commit

Permalink
Merge pull request #37 from regro-cf-autotick-bot/0.24.0_h5b25ca
Browse files Browse the repository at this point in the history
mkdocstrings v0.24.0
  • Loading branch information
bandersen23 committed Nov 15, 2023
2 parents 0ed79b2 + aff04ce commit 4e227e5
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 15 additions & 7 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "mkdocstrings" %}
{% set version = "0.23.0" %}
{% set version = "0.24.0" %}


package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/mkdocstrings-{{ version }}.tar.gz
sha256: d9c6a37ffbe7c14a7a54ef1258c70b8d394e6a33a1c80832bce40b9567138d1c
sha256: 222b1165be41257b494a9d29b14135d2b7ca43f38161d5b10caae03b87bd4f7e

build:
number: 0
Expand All @@ -18,15 +18,17 @@ build:
requirements:
host:
- pip
- python >=3.7,<4.0
- python >=3.8,<4.0
- pdm-backend
run:
- python >=3.7,<4.0
- python >=3.8,<4.0
- click >=7.0
- jinja2 >=2.11.1
- markdown >=3.3
- markupsafe >=1.1
- mkdocs >=1.2
- mkdocs >=1.4
- mkdocs-autorefs >=0.3.1
- platformdirs >=2.2.0
- pymdown-extensions >=6.3
- importlib-metadata >=4.6
- typing-extensions >=4.1
Expand Down

0 comments on commit 4e227e5

Please sign in to comment.