Skip to content

Commit

Permalink
Updating sphinx-book-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Jun 23, 2024
1 parent f870d58 commit 5b91a5d
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 20 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
html_static_path = ["_static"]
html_theme = "sphinx_book_theme"
html_theme_options = {
"logo_only": True,
"path_to_docs": "docs",
"repository_branch": GIT_BRANCH,
"repository_url": GIT_URL,
Expand Down
56 changes: 38 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python = "^3.9"
# Project dependencies.
myst-parser = {version = "*", extras = ["linkify"]}
Sphinx = "4.5.0" # TODO: validate sphinx-carousel on Sphinx==5.3.x
sphinx-book-theme = "0.3.3" # TODO: validate sphinx-carousel
sphinx-book-theme = "*"
sphinx-carousel = "*"
sphinx-copybutton = "*"
sphinx-disqus = "*"
Expand Down

0 comments on commit 5b91a5d

Please sign in to comment.