Skip to content

Commit 9c45490

Browse files
committed
se solucionan conflictos con whatsnew/3.3.po
2 parents 7425565 + eac326a commit 9c45490

File tree

2 files changed

+817
-787
lines changed

2 files changed

+817
-787
lines changed

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):

0 commit comments

Comments
 (0)