Skip to content

Commit

Permalink
furo doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Avrahami committed Dec 14, 2023
1 parent 89a0b6d commit 7ae9053
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# envolved Changelog
## Next
### Docs
* changed documentation theme with furo
## 1.1.2
### Fixed
* changed type of `args` to be an invariant `Mapping` instead of a `dict`
Expand Down
8 changes: 6 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,13 @@ def find_source():
# 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 = "furo"

html_theme_options = {"vcs_pageview_mode": "edit"}
html_theme_options = {
"source_repository": "https://github.com/biocatchltd/yellowbox",
"source_branch": "master",
"source_directory": "docs/",
}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ python = "^3.7"
[tool.poetry.group.dev.dependencies]
pytest = "*"
sphinx = {version="^7", python = ">=3.12"}
sphinx-rtd-theme = {version="*", python = ">=3.12"}
furo = {version="*", python = ">=3.12"}
mypy = "*"
pytest-cov = "^4.1.0"
ruff = "*"
Expand Down

0 comments on commit 7ae9053

Please sign in to comment.