Skip to content

Commit c9148a3

Browse files
authored
[docs] Fix docsite build (#36081) (#36082)
Docsite began to fail becuase it attempted to read lines from this code block that is empty. Clearly a mistake to have an empty code cell, but also added a code check for this: [Internal Link] cherrypick [Internal Link] modular-orig-commit: 081e133c37790c9596ee2efa4fd8b8fdd8ae2a52
1 parent 40dcf00 commit c9148a3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/manual/parameters/index.ipynb

-12
Original file line numberDiff line numberDiff line change
@@ -870,18 +870,6 @@
870870
" func(i)"
871871
]
872872
},
873-
{
874-
"cell_type": "markdown",
875-
"metadata": {},
876-
"source": []
877-
},
878-
{
879-
"cell_type": "code",
880-
"execution_count": null,
881-
"metadata": {},
882-
"outputs": [],
883-
"source": []
884-
},
885873
{
886874
"attachments": {},
887875
"cell_type": "markdown",

0 commit comments

Comments
 (0)