Skip to content

Commit

Permalink
Partially fix white-space wrapping in tables
Browse files Browse the repository at this point in the history
This still overflows, but it's much more readable than it was.
  • Loading branch information
lieryan committed Apr 4, 2024
1 parent ca2911b commit 3680798
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_static/rope.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* override table width restrictions */
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
}
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
html_css_files = ["rope.css"]

# Make sure the target is unique
autosectionlabel_prefix_document = True

0 comments on commit 3680798

Please sign in to comment.