Skip to content

Commit d6efa91

Browse files
committed
tests: Set project name to ensure consistent babel behaviour
1 parent e7d0753 commit d6efa91

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
master_doc = 'index'
22
extensions = ['sphinxcontrib.jsonschema']
3+
project = 'Test'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
master_doc = 'index'
22
extensions = ['sphinxcontrib.jsonschema']
3+
project = 'Test'

tests/examples/basic-md.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# SOME DESCRIPTIVE TITLE.
22
# Copyright (C)
3-
# This file is distributed under the same license as the Python package.
3+
# This file is distributed under the same license as the Test package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Python \n"
9+
"Project-Id-Version: Test \n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: \n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

tests/examples/basic-md/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
master_doc = 'index'
22
extensions = ['myst_parser', 'sphinxcontrib.jsonschema']
3+
project = 'Test'

tests/examples/basic.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# SOME DESCRIPTIVE TITLE.
22
# Copyright (C)
3-
# This file is distributed under the same license as the Python package.
3+
# This file is distributed under the same license as the Test package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Python \n"
9+
"Project-Id-Version: Test \n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: \n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

tests/examples/basic/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
master_doc = 'index'
22
extensions = ['sphinxcontrib.jsonschema']
3+
project = 'Test'

0 commit comments

Comments
 (0)