Skip to content

Commit

Permalink
Rename mapping file to .babel.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle committed Aug 2, 2024
1 parent 634a20c commit a809821
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion babel_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
SOURCE_DIR = os.path.relpath(
os.path.join(PROJECT_DIR, "python_docs_theme"), PROJECT_DIR
)
MAPPING_FILE = os.path.relpath(os.path.join(PROJECT_DIR, "babel.cfg"), PROJECT_DIR)
MAPPING_FILE = os.path.relpath(os.path.join(PROJECT_DIR, ".babel.cfg"), PROJECT_DIR)


def get_project_info() -> dict:
Expand Down

0 comments on commit a809821

Please sign in to comment.