Skip to content

Commit c26cf5b

Browse files
author
Emmanouil Konstantinidis
committed
Exclude docs in pypi
1 parent 8e07b70 commit c26cf5b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ global-exclude __pycache__
66
global-exclude *.py[co]
77
global-exclude package.json
88

9+
prune docs
910
prune rest_framework_docs/static/node_modules
1011

1112
graft rest_framework_docs/static/rest_framework_docs

Diff for: docs/css/styles.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ body {
4343
/* @end Header */
4444

4545

46-
/* @group Doc Page */
46+
/* @group Content Page */
4747

48-
.doc .doc-title {
48+
.page .page-title {
4949
margin-top: 0;
5050
}
5151

52-
/* @end Doc Page */
52+
/* @end Content Page */
5353

5454

5555
/* @group Footer */

0 commit comments

Comments
 (0)