Skip to content

Commit

Permalink
Revert "Switch to our fork of sphinx_rtd_theme for accessibility (#1006
Browse files Browse the repository at this point in the history
…)"

Have to revert temporarily because it breaks search

This reverts commit 7deebc7.
  • Loading branch information
jonels-msft committed Jul 22, 2021
1 parent e1de285 commit 86b084a
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 @@ -69,7 +69,7 @@ a.skiplink {
color: #4b4b4b;
}

.wy-menu-vertical li button.toctree-expand {
.wy-menu-vertical li span.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_citus
html_theme = 'sphinx_rtd_theme_citus'
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_options = {

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

0 comments on commit 86b084a

Please sign in to comment.