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 08a03ee commit 84b06a3Copy full SHA for 84b06a3
{{cookiecutter.project_name}}/docs/conf.py
@@ -5,7 +5,7 @@
5
copyright = "{{cookiecutter.copyright_year}}, {{cookiecutter.author}}" # noqa
6
7
release = "{{cookiecutter.version}}"
8
-version = ".".join("{{cookiecutter.version}}".split(".")[:2])
+version = ".".join(release.split(".")[:2])
9
10
extensions = [
11
"sphinx.ext.intersphinx",
0 commit comments