Skip to content

Commit

Permalink
fix properties width
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Jan 3, 2024
1 parent 33f1b9a commit 4544c6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/source/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* Set the properties to be full width */
dl.py.property {
display: block !important;
}
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,11 @@
# Add any paths that contain custom static files (such as style sheets) here,
# 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_static_path = ["_static"]

# These paths are either relative to html_static_path
# or fully qualified paths (eg. https://...)
html_css_files = ["custom.css"]

# -- Options for HTMLHelp output ------------------------------------------

Expand Down

0 comments on commit 4544c6a

Please sign in to comment.