File: README.txt

package info (click to toggle)
developers-reference 14.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,296 kB
  • sloc: makefile: 176; python: 76; javascript: 72; sh: 68; perl: 25
file content (11 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Since creation of epub does not work, when the html is based on the
read-the-doc html theme (which is the base for our Debian specific
html theme), we need to build epub based on 'nature' theme.

For this, epub.conf is used as config directory with its own
_templates dir and a layout.html, while the conf.py is shared between 
both (via a symlink).

For epub, sphinx-build is called with
'-c epub.conf -D html_theme=nature'
in the Makefile.