Skip to content

Commit 6ef71ce

Browse files
committed
Fix issue with viewcode extension
1 parent 2c34fe4 commit 6ef71ce

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

yardang/conf.py.j2

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ if use_autoapi in (True, None):
5050
else:
5151
# NOTE: bug in autoapi that requires
5252
# viewcode to come after
53-
extensions.append([
54-
"sphinx.ext.viewcode",
55-
])
53+
extensions.append("sphinx.ext.viewcode")
5654

5755

5856
os.environ["SPHINX_BUILDING"] = "1"

0 commit comments

Comments
 (0)