Skip to content

Commit a75f274

Browse files
committed
doc improvements
1 parent b9d9867 commit a75f274

File tree

5 files changed

+5
-66
lines changed

5 files changed

+5
-66
lines changed

docs/src/_static/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,8 @@ div.sphinxsidebar {
6060

6161
div.body h2 {
6262
margin-top: 40px;
63+
}
64+
65+
video {
66+
width: 100%
6367
}
-57.9 KB
Binary file not shown.
-63.6 KB
Binary file not shown.

docs/src/history.rst

Lines changed: 0 additions & 66 deletions
This file was deleted.

tools/generate_docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import os
22
import sys
33

4+
# uv run sphinx-build -E -b html docs/src docs/html
45

56
def main():
67
os.system("""python -m sphinx -E -b html ../docs/src ../docs/html""")

0 commit comments

Comments
 (0)