Skip to content

Commit

Permalink
Switch to our fork of sphinx_rtd_theme for accessibility (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonels-msft committed Jul 16, 2021
1 parent b0afe72 commit 3ed7e65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _static/css/citus.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ a.skiplink {
color: #4b4b4b;
}

.wy-menu-vertical li span.toctree-expand {
.wy-menu-vertical li button.toctree-expand {
color: #b3b3b3;
}

Expand Down
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
import sphinx_rtd_theme_citus
html_theme = 'sphinx_rtd_theme_citus'
html_theme_options = {

################################################################
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docutils == 0.16
sphinx == 4.0.2
sphinx_rtd_theme == 0.5.2
sphinx_rtd_theme_citus==0.5.12
readthedocs-sphinx-search==0.1.0

0 comments on commit 3ed7e65

Please sign in to comment.