Skip to content

Commit

Permalink
move doc requirements to pyproject.tomal
Browse files Browse the repository at this point in the history
  • Loading branch information
geier committed Nov 14, 2023
1 parent e225889 commit f396f5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doc/requirements.txt

This file was deleted.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ test =[
"packaging",
"vdirsyncer",
]
docs = [
"sphinx!=1.6.1",
"sphinxcontrib-newsfeed",
"sphinx-rtd-theme",
]

[project.urls]
homepage = "http://lostpackets.de/khal/"
Expand Down

0 comments on commit f396f5e

Please sign in to comment.