Skip to content

Commit e9dafb5

Browse files
committed
fix: minor fixup from looking at the diff
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 494e657 commit e9dafb5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

{{cookiecutter.project_name}}/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
{%- if cookiecutter.org | lower == "scikit-hep" %}
1212
[![Scikit-HEP][sk-badge]](https://scikit-hep.org/) {%- endif %}
1313

14+
{%- if cookiecutter.docs == "sphinx" %}
15+
<!-- SPHINX-START -->
16+
{%- endif %}
1417

1518
<!-- prettier-ignore-start -->
1619
[actions-badge]: {{cookiecutter.url}}/workflows/CI/badge.svg

{{cookiecutter.project_name}}/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def docs(session: nox.Session) -> None:
7777
else:
7878
session.run("sphinx-build", "--keep-going", *shared_args)
7979

80+
8081
@nox.session(default=False)
8182
def build_api_docs(session: nox.Session) -> None:
8283
"""

0 commit comments

Comments
 (0)