forked from cyrusimap/cyrus-imapd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.docs
55 lines (40 loc) · 1.56 KB
/
README.docs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Welcome
=======
Cyrus IMAPd docs live here.
Packaged Cyrus releases have documentation prebuilt in html, plain text, and
man page format.
If you are building from git sources, and want to build the same documentation,
read on.
Building the docs
=============
If you want to build from source, you'll need sphinx and its dependencies.
See: http://www.cyrusimap.org/imap/developer/documentation.html for the latest.
Pre-requisites
------------------
For basic reStructured Text operations, we are using Sphinx version 1.3.6:
- python-sphinx
- python-sphinxcontrib-programoutput
- python-sphinxcontrib.actdiag
- python-sphinxcontrib.blockdiag
- python-sphinxcontrib.nwdiag
- python-sphinxcontrib.phpdomain
- python-sphinxcontrib.seqdiag
- python-sphinxcontrib.spelling
You will also need the following Perl packages and their dependencies, which
are used to build some docs from their Perl source:
- Pod::POM::View::Restructured
Building
-----------
The following targets in the main Cyrus Makefile will (re)build the
documentation:
- ``make doc-html`` # rebuild the HTML documentation into doc/html/
- ``make doc-text`` # rebuild the plain text documentation into doc/text/
- ``make man`` # rebuild man pages into man/
- ``make doc`` # all of the above
Contact us
==========
Whether you have a success story to share, or a bug to file, or a
request for help or a feature to add or some documentation to contribute
or you'd just like to say hi, we want to hear from you! See
http://www.cyrusimap.org/feedback.html for various ways you can get hold
of us.