Skip to content

Commit

Permalink
Merge pull request #325 from opensafely/dependabot/pip/mkdocstrings-0…
Browse files Browse the repository at this point in the history
….15.2

Bump mkdocstrings from 0.13.6 to 0.15.2
  • Loading branch information
StevenMaude committed Jul 20, 2021
2 parents e1049fa + 76d7eca commit 26bd77f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# pip-compile
#
beautifulsoup4==4.9.3
# via mkdocstrings
certifi==2020.6.20
# via
# matplotlib
Expand Down Expand Up @@ -34,7 +32,9 @@ importlib-metadata==4.6.1
# markdown
# pep517
jinja2==2.11.3
# via mkdocs
# via
# mkdocs
# mkdocstrings
joblib==0.17.0
# via nltk
kiwisolver==1.2.0
Expand All @@ -48,24 +48,31 @@ lz4==3.1.3
markdown==3.3.2
# via
# mkdocs
# mkdocs-autorefs
# mkdocs-material
# mkdocstrings
# pymdown-extensions
markupsafe==1.1.1
# via jinja2
# via
# jinja2
# mkdocstrings
matplotlib==3.3.2
# via seaborn
mkdocs==1.1.2
# via
# -r requirements.in
# mkdocs-autorefs
# mkdocs-material
# mkdocstrings
mkdocs-autorefs==0.2.1
# via mkdocstrings
mkdocs-material==7.1.11
# via
# -r requirements.in
# mkdocs-material-extensions
mkdocs-material-extensions==1.0.1
# via mkdocs-material
mkdocstrings==0.13.6
mkdocstrings==0.15.2
# via -r requirements.in
nltk==3.5
# via lunr
Expand Down Expand Up @@ -137,8 +144,6 @@ six==1.15.0
# lunr
# pyopenssl
# python-dateutil
soupsieve==2.0.1
# via beautifulsoup4
sqlalchemy==1.3.20
# via opensafely-cohort-extractor
sqlparse==0.4.1
Expand Down
2 changes: 1 addition & 1 deletion templates/python/material/parameters.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% for parameter in parameters %}
<tr>
<td><code>{{ parameter.name }}</code></td>
<td>{{ parameter.description|convert_markdown }}</td>
<td>{{ parameter.description|convert_markdown(heading_level, html_id) }}</td>
<td>{% if parameter.default %}<code>{{ parameter.default }}</code>{% else %}<em>required</em>{% endif %}</td>
</tr>
{% endfor %}
Expand Down

0 comments on commit 26bd77f

Please sign in to comment.