Skip to content

Commit

Permalink
Fix properties on same line by adding css file
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed May 23, 2022
1 parent 0cb9305 commit 24cf510
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/api/source/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dl.py.property {
display: block !important;
}
6 changes: 6 additions & 0 deletions docs/api/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@

html_theme = "sphinx_rtd_theme"

html_static_path = ["_static"]

html_css_files = [
"css/custom.css",
]

# -- Modify environment variables --------------------------------------------

os.environ.update({
Expand Down

0 comments on commit 24cf510

Please sign in to comment.