Skip to content

Commit 463b120

Browse files
SilverRainZDeepSeek
andcommitted
docs: clarify optional dependency in requirements
Co-authored-by: DeepSeek <service@deepseek.com>
1 parent 2dab37d commit 463b120

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

{{cookiecutter.name}}/docs/requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# {{ cookiecutter.generated_file_header }}
2-
32
# Documentation build dependencies.
43
# Keep these out of pyproject optional-dependencies to avoid resolver issues.
4+
55
furo
66
sphinx_copybutton
77
sphinxcontrib-gtagjs
@@ -15,5 +15,9 @@ sphinxnotes-project
1515
sphinxnotes-comboroles
1616
{%- endif %}
1717

18+
# NOTE: Not used by docs (docs import extension from ../src),
19+
# only to resolve its optional dependencies.
20+
{{ cookiecutter.full_name }}
21+
1822
# CUSTOM DOCS DEPENDENCIES START
1923
# CUSTOM DOCS DEPENDENCIES END

0 commit comments

Comments
 (0)