Skip to content

Commit 23e4ff1

Browse files
committed
Upsie dopsie, I just forgot to add the language inside the version folders.
Oops, another version is coming. That's cringe, but I just noticed...
1 parent 008017f commit 23e4ff1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Easy_versioning/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,8 @@ def initial_set_up():
537537
src_path = os.path.join(BASE_DIR, "src") # "src" folder path
538538

539539
version_paths = [
540-
[os.path.join(BASE_DIR, "src", "V. 1.0"), "1.0"],
541-
[os.path.join(BASE_DIR, "src", "V. 2.0"), "2.0"]
540+
[os.path.join(BASE_DIR, "src", "V. 1.0", "English"), "1.0"],
541+
[os.path.join(BASE_DIR, "src", "V. 2.0", "English"), "2.0"]
542542
] # Versions of the documentation folder
543543

544544
info("Creating the versions and the sphinx projects")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "Easy_versioning"
7-
version = "1.0.7"
7+
version = "1.0.8"
88
description = "A Sphinx extension/tool to manage multi-version and multi-language documentation builds without relying on ReadTheDocs."
99
authors = [
1010
{ name="Niccolò Quadrani", email="niccoloquadrani13@gmail.com" }

0 commit comments

Comments
 (0)