Skip to content

Commit df03c11

Browse files
committed
Updated the sphinx theme
1 parent 561bf2a commit df03c11

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# The theme to use for HTML and HTML Help pages. See the documentation for
4848
# a list of builtin themes.
4949
#
50-
html_theme = "alabaster"
50+
html_theme = "sphinx_rtd_theme"
5151

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

poetry.lock

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ black = "^20.8b1"
2525
mypy = "^0.790"
2626
rope = "^0.18.0"
2727
Sphinx = "^3.4.3"
28+
sphinx-rtd-theme = "^0.5.1"
2829

2930
[build-system]
3031
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)