Skip to content

Commit

Permalink
make doc copy button permanent
Browse files Browse the repository at this point in the history
  • Loading branch information
mworion committed Mar 22, 2024
1 parent c4cbdca commit 131b7d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
button.copybtn {
opacity: 1;
}
2 changes: 2 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,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 = ["custom.css"]


pdf_documents = [('index', u'dbus-seplos', u'dbus-seplos', u'mworion')]
# index - master document
Expand Down

0 comments on commit 131b7d9

Please sign in to comment.