8000 Merge branch '3.8' into translate-datamodel · python/python-docs-es@47df3c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 47df3c2

Browse files
committed
Merge branch '3.8' into translate-datamodel
2 parents 5f95111 + 0e5f4b6 commit 47df3c2

File tree

6 files changed

+410
-48
lines changed

6 files changed

+410
-48
lines changed

TRANSLATORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,4 @@ Ulises Alexander Argüelles Monjaraz (@UlisesAlexanderAM)
136136
Juan Elias Rodriguez (@Juerodriguez)
137137
Victor Carlos (@tuxtitlan)
138138
Ignacio Sanz (@elnaquete)
139+
Jaime Rodrigo González Rodríguez (@jairock282)

conf.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,16 @@
6969
_stdauthor, 'manual'),
7070
]
7171

72-
extensions.extend([
73-
'sphinx_tabs.tabs',
74-
'sphinxemoji.sphinxemoji',
75-
])
72+
try:
73+
extensions.extend([
74+
'sphinx_tabs.tabs',
75+
'sphinxemoji.sphinxemoji',
76+
])
77+
except NameError:
78+
extensions = [
79+
'sphinx_tabs.tabs',
80+
'sphinxemoji.sphinxemoji',
81+
]
7682

7783

7884
def setup(app):

dictionaries/howto_pyporting.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Nick
2+
Futurize
3+
backporting
4+
descodificarlo
5+
dicotomía
6+
lintar
7+
tox
8+
comprobador

0 commit comments

Comments
 (0)
0