Skip to content

Commit

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(self, **options):
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "sphinx_rtd_theme"
html_theme = "sphinx_rtd_theme_citus"

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
5 changes: 3 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx == 3.5.4
sphinx_rtd_theme == 0.5.2
Sphinx==4.0.2
sphinx_rtd_theme_citus==0.5.12
docutils==0.16
readthedocs-sphinx-search==0.1.0

0 comments on commit f3d54d4

Please sign in to comment.