Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Oct 9, 2023
1 parent b521f63 commit 3598b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/.utils/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ mkdocs-material==8.5.4
mkdocs-static-i18n==0.31
PyGithub==1.55
python-dotenv==0.19.2
python-frontmatter==1.0.0
python-slugify
4 changes: 1 addition & 3 deletions docs/.utils/transifex_utils.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import glob
import os

import frontmatter

TX_ORGANIZATION = "opengisch"
TX_PROJECT = "qgis-model-baker-docs"
TX_SOURCE_LANG = "en"
Expand All @@ -17,7 +15,7 @@ def create_transifex_config():

current_dir = os.path.dirname(os.path.abspath(__file__))
config_file = os.path.join(current_dir, "..", "..", ".tx", "config")
root = os.path.join(current_dir, "..")
root = os.path.join(current_dir, "..", "..")
count = 0

with open(config_file, "w") as f:
Expand Down

0 comments on commit 3598b99

Please sign in to comment.