We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95757a commit 02526aeCopy full SHA for 02526ae
mkdocs.yml
@@ -1,10 +1,11 @@
1
site_name: Python Template
2
site_url: https://leynier.github.io/python-template
3
repo_url: https://github.com/leynier/python-template
4
+edit_uri: https://github.com/leynier/python-template/edit/main/docs
5
6
theme:
7
name: material
- language: es
8
+ language: en
9
features:
10
- navigation.instant
11
palette:
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "template"
-version = "0.1.4"
+version = "0.1.5"
description = "Python template with CI/CD ready for production"
authors = ["leynier <leynier41@gmail.com>"]
homepage = "https://github.com/leynier/python-template"
0 commit comments