Skip to content

Commit

Permalink
Docs (#5)
Browse files Browse the repository at this point in the history
* Add docs deps

* Fix config
  • Loading branch information
AlecThomson authored Jan 30, 2025
1 parent cd9e19a commit 73ea5c0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@ dev = [
"pytest-cov",
"nox",
]
docs = [
"sphinx>=7.0",
"myst_parser>=0.13",
"sphinx_copybutton",
"sphinx_autodoc_typehints",
"furo>=2023.08.17",
"sphinx-autoapi",
"nbsphinx",
"jupyter",
"matplotlib",
]

[tool.hatch]
version.source = "vcs"
Expand Down Expand Up @@ -138,7 +149,7 @@ testpaths = [


[tool.coverage]
run.source = ["cutout_fits"]
run.source = ["rm_lite"]
report.exclude_also = [
'\.\.\.',
'if typing.TYPE_CHECKING:',
Expand Down

0 comments on commit 73ea5c0

Please sign in to comment.