We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494e657 commit e9dafb5Copy full SHA for e9dafb5
{{cookiecutter.project_name}}/README.md
@@ -11,6 +11,9 @@
11
{%- if cookiecutter.org | lower == "scikit-hep" %}
12
[![Scikit-HEP][sk-badge]](https://scikit-hep.org/) {%- endif %}
13
14
+{%- if cookiecutter.docs == "sphinx" %}
15
+<!-- SPHINX-START -->
16
+{%- endif %}
17
18
<!-- prettier-ignore-start -->
19
[actions-badge]: {{cookiecutter.url}}/workflows/CI/badge.svg
{{cookiecutter.project_name}}/noxfile.py
@@ -77,6 +77,7 @@ def docs(session: nox.Session) -> None:
77
else:
78
session.run("sphinx-build", "--keep-going", *shared_args)
79
80
+
81
@nox.session(default=False)
82
def build_api_docs(session: nox.Session) -> None:
83
"""
0 commit comments