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

mkdocstrings v0.18.0 #17

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.txt

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

2 changes: 2 additions & 0 deletions README.md

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

8 changes: 4 additions & 4 deletions recipe/meta.yaml
@@ -1,5 +1,5 @@
{% set name = "mkdocstrings" %}
{% set version = "0.17.0" %}
{% set version = "0.18.0" %}


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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/mkdocstrings-{{ version }}.tar.gz
sha256: 75b5cfa2039aeaf3a5f5cf0aa438507b0330ce76c8478da149d692daa7213a98
sha256: 01d8ab962fc1f388c9b15cbf8c078b8738f92adf983b626d74135aaee2bce33a

build:
number: 0
Expand All @@ -26,9 +26,9 @@ requirements:
- markdown >=3.3
- markupsafe >=1.1
- mkdocs >=1.2
- mkdocs-autorefs >=0.1
- mkdocs-autorefs >=0.3.1
- pymdown-extensions >=6.3
- pytkdocs >=0.14.0
- mkdocstrings-python-legacy >=0.2

test:
imports:
Expand Down