Skip to content
This repository was archived by the owner on Aug 20, 2019. It is now read-only.

Commit 655094d

Browse files
i80andkay-kim
authored andcommitted
Disable building epub and single-html by default
Signed-off-by: kay <kay.kim@10gen.com>
1 parent 169fe6e commit 655094d

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

config/delegated.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
# supported by ``sphinx-build``.
33

44
- 'dirhtml'
5-
- 'singlehtml'
65
- 'latex'
7-
- 'epub'
86
- 'html'
97
- 'gettext'
108
- 'man'
119
- 'changes'
1210
- 'doctest'
1311
- 'linkcheck'
1412
- 'texinfo'
15-
...
13+
...

config/integration.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ base:
1414
- { 'v3.0': 'master' }
1515
targets:
1616
- 'latex'
17-
- 'singlehtml'
1817
- 'html'
1918
- 'man'
20-
- 'epub'
2119
- 'dirhtml'
2220
doc-root:
2321
- 'sitemap.xml'
@@ -26,4 +24,4 @@ base:
2624
- '10gen-gpg-key.asc'
2725
- '10gen-security-gpg-key.asc'
2826
branch-root: null
29-
...
27+
...

source/about.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ Editions
3232
In addition to the `MongoDB Manual <http://docs.mongodb.org/manual/#>`_, you can
3333
also access this content in the following editions:
3434

35-
- :hardlink:`ePub Format <MongoDB-manual.epub>`
36-
37-
- :hardlink:`Single HTML Page <single/>`
38-
39-
- :hardlink:`PDF Format <MongoDB-manual.pdf>` (without reference.)
35+
- :hardlink:`PDF Format <MongoDB-manual.pdf>` (without reference).
4036

4137
- :hardlink:`HTML tar.gz <manual.tar.gz>`
4238

0 commit comments

Comments
 (0)