Skip to content

Commit 02526ae

Browse files
committed
Improve docs
1 parent b95757a commit 02526ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
site_name: Python Template
22
site_url: https://leynier.github.io/python-template
33
repo_url: https://github.com/leynier/python-template
4+
edit_uri: https://github.com/leynier/python-template/edit/main/docs
45

56
theme:
67
name: material
7-
language: es
8+
language: en
89
features:
910
- navigation.instant
1011
palette:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "template"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Python template with CI/CD ready for production"
55
authors = ["leynier <leynier41@gmail.com>"]
66
homepage = "https://github.com/leynier/python-template"

0 commit comments

Comments
 (0)