We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2911b commit 3680798Copy full SHA for 3680798
2 files changed
docs/_static/rope.css
@@ -0,0 +1,4 @@
1
+/* override table width restrictions */
2
+.wy-table-responsive table td, .wy-table-responsive table th {
3
+ white-space: normal;
4
+}
docs/conf.py
@@ -62,6 +62,7 @@
62
# relative to this directory. They are copied after the builtin static files,
63
# so a file named "default.css" will overwrite the builtin "default.css".
64
html_static_path = ["_static"]
65
+html_css_files = ["rope.css"]
66
67
# Make sure the target is unique
68
autosectionlabel_prefix_document = True
0 commit comments