Skip to content

Commit 28f64aa

Browse files
authored
Fix static operators documentation embedding (#1191)
* Fix embedding size issue with static operators doc * Fix embedding size issue with static operators doc
1 parent b1c6657 commit 28f64aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/operator_reference_load.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ Loading operators.
99
.. raw:: html
1010

1111
<iframe
12+
title="DPF Operators"
1213
src="_static/dpf_operators.html#CPython"
1314
style="
1415
position: fixed;
15-
top: 36px;
16+
top: 50px;
1617
bottom: 0px;
1718
right: 0px;
1819
width: 100%;
@@ -21,6 +22,6 @@ Loading operators.
2122
padding: 0;
2223
overflow: hidden;
2324
z-index: 1000;
24-
height: 100%;
25+
height: 94%;
2526
">
2627
</iframe>

0 commit comments

Comments
 (0)