Skip to content

Commit

Permalink
Add 'docs' install extra
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Apr 10, 2023
1 parent a952b4c commit f18ad5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sphinx:
python:
install:
- method: pip
path: .
path: ".[docs]"
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ test = [
"pytest",
"cloudpickle",
]
docs = [
"sphinx>=4.0.0",
"numpydoc",
"pytest",
"cloudpickle",
]

[tool.setuptools]
packages = ["donfig"]
Expand Down

0 comments on commit f18ad5d

Please sign in to comment.