Commit Graph
27 Commits
Author SHA1 Message Date
Shirou WAKAYAMA 6a922877bf allows some files/dirs in quickstart destination dir.
* add _static, _templates, source and master file with suffix.
* add check about files under 'source' along with 'sep' is specified or not.
2015-03-14 10:51:59 +09:00
shirou 00f62168b5 fix sphinx-quickstart does not work on python 3.4. 2014-10-18 22:09:20 +09:00
shirou 618b684c9b merge 2014-10-02 21:45:02 +09:00
shirou 01fd502e71 manage --no-makefile and --no-batchfile in quiet mode. 2014-10-02 21:37:19 +09:00
shirou 54ebc5e17a birkenfeld/sphinx を default にマージしました。 2014-10-02 21:32:51 +09:00
shirou baa8131899 add required parameters check and print warning when quiet mode is specified. 2014-09-30 23:13:02 +09:00
shirou cf026c28f7 fix overwriting option specified values. 2014-09-30 23:02:23 +09:00
shirou 57e8b8560e fix the comments.
Note: If quiet, project, author and version are specified, skip all with DEFAULT_VALUE.
If not quiet and specified some options, skip that options and ask the others.
2014-09-28 23:32:11 +09:00
shirou c761740cfc add various options to sphinx-quickstart. 2014-09-27 23:24:03 +09:00
shirou f47beb8c3f remove unnecessary line. 2014-08-14 22:49:09 +09:00
shirou 140ea6086a decode when reading __doc__ on inheritance_diagram.py instead of decode on graphviz.py 2014-08-14 22:43:21 +09:00
shirou 1e0fd180b1 if code is not unicode, change to unicode in ext/graphviz.py. 2014-08-14 20:31:36 +09:00
shirou a5add3608e use six.string_types instead of text_types.
also fix import path problem.
2014-08-13 12:19:19 +09:00
shirou 7d7ba3a7c6 according to comment, move import, use six.text_type, and use 'not'. 2014-08-13 00:47:01 +09:00
shirou 4e70d364ba add test and document about diff params in literalinclude. 2014-08-12 14:11:54 +09:00
shirou ea37c01552 fix encoding problem in diff param in literalinclude.
This commit creates read_with_encoding which read from file with encoding. It is used normal file read and also diff file read.
2014-08-12 14:11:33 +09:00
shirou 6bd142c9b5 add 'diff' parameter to literalinclude.
This solves issue #1134 with a pygments highlighting support.
2014-08-12 00:33:28 +09:00
shirou fbd60fc0c9 change 1.1.3 to 1.2 about latex_additional_files in conf.py document. 2013-03-07 11:05:33 +09:00
shirou 8bec3b8777 move "copy additional files" after "copying TeX support files" in latex builder.
It enables the user to override TeX support files such as sphinx.sty by setting latex_additional_files.
2013-03-05 22:17:05 +09:00
shirou 57a84ff442 remove a empty line. 2013-02-10 01:46:47 +09:00
shirou 28a4dc5db3 change None to 'html' to regenerate output when the setting is changed. 2013-02-10 01:46:31 +09:00
shirou c4f107a8cf add "versionadd". 2013-02-10 01:44:56 +09:00
shirou 472ec0b0b8 change default arg to 'inline' 2013-02-10 01:44:35 +09:00
shirou 3e1ce90183 change "epub_show_urls" option default value to 'inline'.
This keeps the current behaviour.
2013-02-09 23:01:42 +09:00
shirou 0635eddd07 add "epub_show_urls" option to doc and quickstart. 2013-02-09 23:00:47 +09:00
shirou fc63acf3d1 Merged birkenfeld/sphinx into default 2013-02-09 22:44:56 +09:00
shirou 74cce431a3 add epub_show_urls option. This option is almost same as latex_show_urls. 2013-02-06 23:32:12 +09:00