Skip to content

Commit 504d86b

Browse files
committed
MANIFEST.in: add entire docs folder (not just rst)
When a release gets created the docs folder is missing the sphinx Makefile, config, static, and template folders which means it's not possible to build the docs with sphinx. This patch adds the missing pieces.
1 parent 3f0cc5d commit 504d86b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ include INSTALL
44
include LICENSE
55
include MANIFEST.in
66
include README.md
7-
recursive-include docs *.rst
7+
recursive-include docs *
88
prune docs/_build

0 commit comments

Comments
 (0)