Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 23 additions & 2 deletions Docs/source/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ div#example-notebook div.highlight-default div.highlight {

.wy-side-nav-search>div.branch{
font-weight:normal;
color:rgba(255,255,255,0.3);
color:rgba(255,255,255);
font-size:100%;
display:inline-block;
padding:4px 6px;
Expand All @@ -47,4 +47,25 @@ div#example-notebook div.highlight-default div.highlight {
margin-bottom:.809em; */
color:#fcfcfc;
font-weight:bold;
}
}

/* Underline links everywhere */
.wy-nav-content a {
text-decoration: underline;
text-decoration-style: dotted;
text-underline-offset: 0.15em;
}

/* Left sidebar navigation links */
.wy-menu a {
text-decoration-line: underline;
text-decoration-style: dotted;
text-underline-offset: 0.15em;
}

.wy-side-nav-search a {
text-decoration-line: underline;
text-decoration-style: dotted;
text-underline-offset: 0.15em;
}

1 change: 1 addition & 0 deletions Docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def get_version():
'sphinx_copybutton',
'sphinx_prompt',
'breathe',
'sphinx_rtd_theme_ext_color_contrast',
'IPython.sphinxext.ipython_console_highlighting']

# bibtex
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ sphinx-prompt
codespell
sphinx-math-dollar
sphinx-copybutton

# for accessibility
sphinx-rtd-theme-ext-color-contrast