Skip to content

Commit c485062

Browse files
committed
fix for rustjswasm docs
1 parent dbcb02b commit c485062

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

rustjswasm/pyproject.toml.jinja

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,12 @@ section-order = [
221221
"F401",
222222
"F403",
223223
]
224+
225+
{%- if add_docs %}
226+
227+
[tool.yardang]
228+
title = "{{ project_name }}"
229+
root = "README.md"
230+
pages = []
231+
use-autoapi = true
232+
{% endif %}

0 commit comments

Comments
 (0)