Skip to content

Commit

Permalink
fix(template): Updating quarto-cli and quartodoc versions and pin gr…
Browse files Browse the repository at this point in the history
…iffe version (#310)
  • Loading branch information
Anavelyz committed Aug 16, 2024
1 parent dcf990e commit e0ccc0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ dev = [
"pydata-sphinx-theme >= 0.15.3",
{% endif %}
{%- elif cookiecutter.documentation_engine == 'quarto' %}
"quarto-cli >= 1.4.550",
"quartodoc >= 0.7.2",
"quarto-cli >= 1.5.56",
"quartodoc >= 0.7.5",
"griffe = <=0.49.0",
{%- endif %}
# 'PosixPath' object has no attribute 'endswith'
"virtualenv<=20.25.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@ pydata-sphinx-theme = ">= 0.15.3"
{% endif %}
{# keep this line here #}
{%- elif cookiecutter.documentation_engine == 'quarto' %}
quarto-cli = ">=1.4.550"
quartodoc = ">=0.7.2"
quarto-cli = ">=1.5.56"
quartodoc = ">=0.7.5"
griffe = "<=0.49.0"
{% endif -%}
{%- if cookiecutter.use_makim == "yes" -%}
makim = "1.15.1"
Expand Down

0 comments on commit e0ccc0c

Please sign in to comment.