Skip to content

Commit

Permalink
docs: update how default css over ride
Browse files Browse the repository at this point in the history
  • Loading branch information
jducnuigeen committed Nov 16, 2023
1 parent 2961870 commit f463b4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions db/docs/source/_static/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ div.body {
width: 100%;
}

body {
width: 100%;
}

div.section p {
font-size: 100%;
}
3 changes: 2 additions & 1 deletion db/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@
# 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 = ['_static/default.css',]
html_style = '_static/default.css'
# html_css_files = ['_static/default.css',]

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down

0 comments on commit f463b4e

Please sign in to comment.