Skip to content

Commit

Permalink
API Reference Fix for Right Margin (apple#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybove-apple authored Jul 26, 2022
1 parent eaa1b66 commit 75e1d28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/_static/css/norightmargin.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.wy-nav-content {
max-width: none;
}
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@
# 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']
html_css_files = [
'css/norightmargin.css'
]

0 comments on commit 75e1d28

Please sign in to comment.