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 c24de8e commit 90ce989Copy full SHA for 90ce989
mkdocs.yml
@@ -1,4 +1,6 @@
1
site_name: Hatch Semver
2
+site_url: https://nagidal.github.io/hatch-semver/
3
+repo_url: https://github.com/Nagidal/hatch-semver
4
5
nav:
6
- Home: "home.md"
@@ -9,7 +11,7 @@ nav:
9
11
10
12
docs_dir: "docs"
13
-site_dir: "user-site"
14
+site_dir: "site"
15
16
watch:
17
- "docs"
src/hatch_semver/__about__.py
@@ -8,4 +8,4 @@
8
__maintainer__ = __author__
__maintainer_email__ = __author_email__
__release_date__ = date(year=2022, month=11, day=13)
-__version__ = "0.2.4"
+__version__ = "0.2.4"
0 commit comments