Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit72b24dd

Browse files
committed
Merge branch '3.8' ofhttps://github.com/python/python-docs-es into claudia_unittest
2 parentsdad8cba +0e5f4b6 commit72b24dd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
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+
exceptNameError:
78+
extensions= [
79+
'sphinx_tabs.tabs',
80+
'sphinxemoji.sphinxemoji',
81+
]
7682

7783

7884
defsetup(app):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp