Skip to content

Commit 116131c

Browse files
committed
Change theme for syntax highlighting
1 parent 7a937a7 commit 116131c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# The theme to use for HTML and HTML Help pages. See the documentation for
5555
# a list of builtin themes.
5656
#
57-
html_theme = "basic"
57+
html_theme = "sphinx_rtd_theme"
5858

5959
# Add any paths that contain custom static files (such as style sheets) here,
6060
# relative to this directory. They are copied after the builtin static files,

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def requirements():
7272
"enum-tools==0.6.4",
7373
"sphinx-toolbox==2.15.0",
7474
'sphinxcontrib_trio==1.1.2',
75+
"sphinx-rtd-theme==1.0.0",
7576
],
7677
}
7778

0 commit comments

Comments
 (0)