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 2fd22f8 commit 11ef883Copy full SHA for 11ef883
pyproject.toml
@@ -63,7 +63,7 @@ tags = "/blog/tag/:title/"
63
description = "Python dependency management and packaging made easy"
64
65
[tool.website.config.params.documentation]
66
-defaultVersion = "2.0"
+defaultVersion = "2.0" # TODO: 2.1
67
68
[tool.website.config.markup.goldmark.renderer]
69
unsafe = true
@@ -72,7 +72,7 @@ unsafe = true
72
keepWhitespace = true
73
74
[tool.website.versions]
75
-"2.0" = "2.0"
+"2.0" = "2.0" # TODO: 2.1
76
"1.8" = "1.8"
77
78
[build-system]
0 commit comments