Skip to content

Commit

Permalink
fix: add sphinx_rtd_theme and update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Oct 18, 2023
1 parent 1643925 commit cde693b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
37 changes: 35 additions & 2 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ typing_extensions = { version = ">=3.7.4", python = "<3.8" } # Literal support
typing_inspect = { version = ">=0.3.1", python = "<3.8" } # inspecting types
sphinx = {version = "4.3.1", optional = true}
pysam = ">=0.20.0"
sphinx_rtd_theme = {version = "^1.3.0", optional = true}

[tool.poetry.extras]
docs = ["sphinx", "sphinx_rtd_theme"]
Expand Down

0 comments on commit cde693b

Please sign in to comment.