Skip to content

Commit a809821

Browse files
committed
Rename mapping file to .babel.cfg
1 parent 634a20c commit a809821

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

babel.cfg .babel.cfg

File renamed without changes.

babel_runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
SOURCE_DIR = os.path.relpath(
1919
os.path.join(PROJECT_DIR, "python_docs_theme"), PROJECT_DIR
2020
)
21-
MAPPING_FILE = os.path.relpath(os.path.join(PROJECT_DIR, "babel.cfg"), PROJECT_DIR)
21+
MAPPING_FILE = os.path.relpath(os.path.join(PROJECT_DIR, ".babel.cfg"), PROJECT_DIR)
2222

2323

2424
def get_project_info() -> dict:

0 commit comments

Comments
 (0)