We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dab37d commit 463b120Copy full SHA for 463b120
1 file changed
{{cookiecutter.name}}/docs/requirements.txt
@@ -1,7 +1,7 @@
1
# {{ cookiecutter.generated_file_header }}
2
-
3
# Documentation build dependencies.
4
# Keep these out of pyproject optional-dependencies to avoid resolver issues.
+
5
furo
6
sphinx_copybutton
7
sphinxcontrib-gtagjs
@@ -15,5 +15,9 @@ sphinxnotes-project
15
sphinxnotes-comboroles
16
{%- endif %}
17
18
+# NOTE: Not used by docs (docs import extension from ../src),
19
+# only to resolve its optional dependencies.
20
+{{ cookiecutter.full_name }}
21
22
# CUSTOM DOCS DEPENDENCIES START
23
# CUSTOM DOCS DEPENDENCIES END
0 commit comments