Commit Graph
74 Commits
Author SHA1 Message Date
Zac-HD 973f2680d6 Add ext.autodoc + ext.doctest test root 2018-02-09 10:39:25 +11:00
Daniel Pizetta 2812706a86 Including change and author 2018-01-31 14:26:52 -02:00
Takeshi KOMIYA 1d0a087f75 Merge branch 'master' into body-width 2018-01-15 10:19:01 +09:00
Takeshi KOMIYA b688941b09 Merge branch 'master' into feature-text-secnumbers 2018-01-15 00:21:50 +09:00
Takeshi KOMIYA 76c5395c5b Merge remote-tracking branch 'atodorov/inheritance_top_class' 2018-01-13 11:08:31 +09:00
Tim Hoffmann bf29ffb284 #4246: Limit width of text body for all themes 2018-01-06 16:52:12 +01:00
Matthew Woodcraft 6b15c9c1c7 #3998: Add optional section numbering in plain text output
Controlled by new config values: text_add_secnumbers and
text_secnumber_suffix.
2017-11-05 22:51:38 +00:00
Takeshi KOMIYA 7e7b389eed Merge branch 'stable' 2017-10-23 12:23:58 +09:00
Matthew Fernandez ed4949e000 Closes #1020: ext.todo todolist not linking to the page in pdflatex 2017-10-18 18:39:56 -07:00
Antonio Valentino 5148d6953b Typo 2017-08-18 19:26:39 +02:00
Antonio Valentino beac2f8647 Update AUTHORS and CHANGES 2017-08-18 11:37:26 +02:00
Mr. Senko 72e70b1b36 Add tests for sphinx.ext.inheritance_diagram 2017-06-05 21:52:21 +03:00
jfbu 94ba265944 Move jfbu from contributor list to co-maintainer list 2017-04-22 22:46:16 +02:00
Yoshiki Shibukawa 3b33786796 move Shibukawa from contributor to co-maintainer 2017-04-21 10:40:25 +09:00
Stephen Finucane 2afa0b6627 setuptools: Support multiple builders
At present, the 'builder' option for the setuptools integration only
supports a single output format, typically HTML, like so:

  [build_sphinx]
  builder = man

There is value in being able to specify multiple format, like so:

  [build_sphinx]
  builder = html man

Make this possible.

Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-02-28 17:30:28 +00:00
Marco Buttu 840f152c93 Preserved alphabetically order in author list 2017-01-24 14:06:59 +01:00
Marco Buttu fe243bfa80 Added author name and changes (Sphinx 1.5.3) 2017-01-24 13:33:13 +01:00
jfbu 5142d17e41 fix mark-up in AUTHORS (funny effect of `T.`) 2016-10-27 10:08:26 +02:00
jfbu d0dbd60d94 Addition and alphabetical order fix in AUTHORS 2016-10-23 15:08:51 +02:00
Yoshiki Shibukawa 5165e23f00 fix: #1604 epubs in iBooks don't obey font-related CSS 2016-08-30 20:33:55 +09:00
Takeshi KOMIYA c4c4ce53c8 Merge branch 'master' into HEAD 2016-08-22 19:03:27 +09:00
Glenn Matthews 8c1a8153ca Create PyGroupedField and use it for 'exceptions' 2016-07-15 22:01:06 -04:00
Timotheus Kampik 6f6b28d3e6 refactor, add more tests #2516 2016-05-02 07:54:44 +02:00
Takeshi KOMIYA 0b28ee775f Merge pull request #2064 from TimKam/feature-1970-navigate-with-keys
HTML doc: navigate with left/right arrow keys
2016-02-08 11:25:49 +09:00
Takeshi KOMIYA 44f6867df7 Update CHANGES for PR #1779 2016-02-07 20:10:40 +09:00
Takeshi KOMIYA 40a1b37d99 Merge pull request #1939 from bukzor/dummy-builder
add a dummy builder, for syntax checkers
2016-01-20 10:36:00 +09:00
Timotheus Kampik ab54ece529 Merge branch 'master' into feature-1970-navigate-with-keys 2016-01-19 22:38:55 +01:00
Hong Xu 657ebc2ab0 Add Hong Xu to the AUTHOR list 2015-12-29 15:14:04 -08:00
Buck Evan 59c64a36c5 Merge branch 'master' into dummy-builder 2015-12-09 17:07:08 -08:00
Rob Ruana 132791c852 Merge pull request #2093 from Sgiath/napoleon-todo
#2092: Napoleon 'todo' directive
2015-11-12 14:02:48 -08:00
Sgiath d12769d698 Fixes #2092: Update authors and changelog 2015-10-19 20:24:30 +02:00
Michael Wilson 564ce3b91d Intersphinx: inventory support for URLs w/ basic auth 2015-10-16 10:56:24 -05:00
Timotheus Kampik 1b80100dff HTML doc: navigate with left/right arrow keys
Adjusted basic theme's JS accordingly
2015-10-04 19:44:17 +02:00
Timotheus Kampik eb59fef104 Update AUTHORS 2015-10-04 16:26:49 +02:00
Buck Golemon 59dfb47c1c add a dummy builder, for syntax checkers 2015-06-23 16:23:27 -07:00
Gregory Szorc ad6ba60059 Use FileAvoidWrite in apidoc
Previously, sphinx-apidoc would always write files, even if the
auto-generated content was identical. This would bump the mtime and
cause the file to be re-read and generated on the next build invocation.
After this patch, the files are not written unless content has changed.

In a contrived example using `sphinx-apidoc` to regenerate documentation
for CPython's Lib/ directory, this patch reduced the number of "updated"
source files from 257 to 2. Execution time of `sphinx-build` without
parallelism decreased from ~12.5s to ~4.5s.
2015-06-02 10:04:02 -07:00
Jakob Lykke Andersen 7ad1926ef7 Update CHANGES and AUTHORS. Closes #1765. 2015-03-10 22:19:25 +01:00
Georg Brandl 705f6a997b Merge branch 'apple-help' of git://github.com/al45tair/sphinx 2015-03-08 15:35:04 +01:00
Ian Lee d2bee41b7c Add name to AUTHORS file 2015-02-07 00:02:52 -08:00
Rob Ruana 53aa275bd3 Update my info in AUTHORS from @RelentlessIdiot to @RobRuana 2015-02-02 05:20:24 -05:00
Alastair Houghton be46a14984 Added myself to AUTHORS. 2015-01-14 18:01:12 +00:00
Takayuki Shimizukawa 857422eb67 update CHANGES for pull request #303, pull request #307. 2014-10-09 21:53:09 +09:00
Jeppe Pihl de8f428528 #1583: Allow the line numbering of the directive literalinclude to match that of the included file, using a new `lineno-match` option. 2014-09-30 00:11:28 +02:00
Takayuki Shimizukawa 0eab4c72f0 suggested by birkenfeld, it's great honor to me :) 2014-08-31 00:42:08 +09:00
Takayuki Shimizukawa 3deed9c531 Remove some co-maintainers who has no commit after 2012/10/30. 2014-08-31 00:21:46 +09:00
Takayuki Shimizukawa 0cfb00db79 Add documentation to make contribution easier. 2014-08-31 00:02:01 +09:00
Rob Ruana a00a096069 Merges napoleon extension into mainline sphinx 2014-01-18 13:56:23 -05:00
Georg Brandl c428cbe44c Add Hernan. 2013-01-03 10:11:18 +01:00
Georg Brandl 1d59011ce6 Add attribution for 9b4e41bba142. 2011-09-17 20:53:44 +02:00
Georg Brandl 7e61f4c4d5 Add changelog entry and credits. 2011-01-08 18:45:07 +01:00