Skip to content

Commit

Permalink
docs: cleanup commented out clutter/experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Oct 9, 2024
1 parent 4af9689 commit b10ccaf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
19 changes: 0 additions & 19 deletions doc/source/_static/synadm.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
/*
html[data-theme="light"] {
--pst-color-secondary: #a23632;
}
html[data-theme="light"] {
--pst-color-inline-code: #a23632;
}
table tr:hover td {
background-color: var(--bs-gray-300);
}
table {
display: table;
overflow-x: auto;
white-space: nowrap;
}
table,thead,tbody {width:98%}
*/
html {
--pst-font-size-base: 14px;
--pst-header-height: 3rem;
Expand All @@ -26,5 +9,3 @@ html {
}
}

/* pydata teal (primary): #126A7E */
/* pydata violet (secondary): #7D0E70 */
18 changes: 0 additions & 18 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,7 @@


# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
# html_theme = "sphinx_book_theme"
html_theme = "pydata_sphinx_theme"
# html_theme = "furo"
# html_theme = "press"
# html_theme = "alabaster"

# 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_context = {
"github_user": "JOJ0",
Expand All @@ -95,11 +82,6 @@
"header_links_before_dropdown": 3,
"show_toc_level": 3,
"back_to_top_button": False,
# "light_css_variables": {
# "color-brand-primary": "#343a40",
# # "color-brand-content": "#495057",
# # "color-admonition-background": "orange",
# },
}
html_title = "synadm"
html_static_path = ["_static"]
Expand Down

0 comments on commit b10ccaf

Please sign in to comment.