Skip to content

Commit

Permalink
Add dependencies.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dertrotl committed Oct 17, 2023
1 parent 132d821 commit 262dd8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "sphinx_books_theme"
html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]
html_title = project_name

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ doc = [
"ipykernel",
"ipython",
"sphinx-copybutton",
"sphinx-rtd-theme"

]
test = [
Expand Down

0 comments on commit 262dd8c

Please sign in to comment.