Skip to content

Commit f753323

Browse files
authored
[INF] Update mkdocstrings version to 0.19.0 (#1138)
* update mkdocstrings * install `mkdocstrings[python]` via pip not conda * fix "ValueError: 'restructured-text' is not a valid Parser" follow mkdocstrings/mkdocstrings#237 (comment) * Update CHANGELOG.md * Correct link * directly install mkdocstrings-python via conda
1 parent cadd12f commit f753323

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

AUTHORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Contributors
100100
- [@MollyCroke](https://github.com/MollyCroke) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3AMollyCroke)
101101
- [@ericclessantostv](https://github.com/ericlessantostv) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3Aericclessantostv)
102102
- [@fireddd](https://github.com/fireddd) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3Afireddd)
103-
- [@Zeroto521](https://github.com/Zeroto521) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/pulls?utf8=%E2%9C%93&q=is%3Aclosed+mentions%3Zeroto521)
103+
- [@Zeroto521](https://github.com/Zeroto521) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/pulls?q=is%3Aclosed+mentions%3Azeroto521)
104104
- [@thatlittleboy](https://github.com/thatlittleboy) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3Athatlittleboy)
105105
- [@robertmitchellv](https://github.com/robertmitchellv) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3Arobertmitchellv)
106106
- [@Econundrums](https://github.com/Econundrums) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3AEconundrums)

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- [ENH] Add `names_expand` and `index_expand` parameters to `pivot_wider` for exposing missing categoricals. Issue #1108 @samukweku
1515
- [ENH] Add fix for slicing error when selecting columns in `pivot_wider`. Issue #1134 @samukweku
1616
- [ENH] `dropna` parameter added to `pivot_longer`. Issue #1132 @samukweku
17+
- [INF] Update `mkdocstrings` version and to fit its new coming features. PR #1138 @Zeroto521
1718
- [BUG] Force `math.softmax` returning `Series`. PR #1139 @Zeroto521
1819

1920
## [v0.23.1] - 2022-05-03

environment-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
- make
2323
- mkdocs
2424
- mkdocs-material
25-
- mkdocstrings<0.18.0
25+
- mkdocstrings-python
2626
- missingno
2727
- multipledispatch
2828
- mypy

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ plugins:
4646
show_source: true
4747
# https://github.com/mkdocstrings/mkdocstrings/issues/278#issuecomment-831411193
4848
selection:
49-
docstring_style: restructured-text
49+
docstring_style: sphinx
5050
# custom_templates: templates
5151
watch:
5252
- janitor/

0 commit comments

Comments
 (0)