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 a66dbf0 commit 7c1c6ec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ build:

python:
install:
- requirements: doc/requirements.txt
- method: pip
path: .
extra_requirements:
- docs


# This is the default, you can omit this
formats: []
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 7c1c6ec

Please sign in to comment.