mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Implement a sphinx directive to allow for rendering video at the time of generating the documentation
26 lines
375 B
CSS
26 lines
375 B
CSS
td {
|
|
padding: 0px 10px 0px 10px;
|
|
}
|
|
|
|
img.align-center {
|
|
width: 100%;
|
|
margin-bottom: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.manim-video {
|
|
width: 100%;
|
|
}
|
|
|
|
.manim-example pre {
|
|
border-left: none;
|
|
margin: 0;
|
|
padding: 0 0 14px 0;
|
|
}
|
|
|
|
.manim-example {
|
|
border-left: 2px solid #eee;
|
|
border-radius: 4px;
|
|
padding: 14px 0 14px 20px;
|
|
margin: 20px 0;
|
|
}
|