Commit Graph

84 Commits

Author SHA1 Message Date
cocoatomo
2c26782795
Append my name and contribution 2018-12-15 13:58:35 +09:00
Julien Palard
db495b56b4 Add self to authors. 2018-10-28 08:26:09 +01:00
Eric N. Vander Weele
972a5ef2d8 Add Eric N. Vander Weele to AUTHORS 2018-10-16 10:21:18 -07:00
Antti Kaihola
33cf3e3688
Add missing author
I forgot to update `AUTHORS` in #5307.
2018-09-13 09:30:48 +03:00
Timotheus Kampik
da08da385d #5190 add new co-maintainer 2018-07-22 14:42:45 +02:00
Martin Larralde
14ecf47296 Add @althonos to contributors 2018-06-21 14:23:45 +02:00
Chris Lamb
0ffc27b7fa Ensure the set object description is reproducible.
Whilst working on the Reproducible Builds effort [0], we noticed
that sphinx could generate output that is not reproducible.

In particular, the rendering of `set` objects in default arguments
and elsewhere is currently non-determinstic. For example:

    class A_Class(object):
        a_set = {'a', 'b', 'c'}

Might be rendered as any of:

     {'a', 'b', 'c'}
     {'a', 'c', 'b'}
     {'b', 'a', 'c'}
     {'b', 'c', 'a'}
     {'c', 'a', 'b'}
     {'c', 'b', 'a'}

Patch attached that sorts the contents of sets whilst rendering.
This is parallel to the `dict` key sorting.

This was originally filed in Debian as #895553 [1].

 [0] https://reproducible-builds.org/
 [1] https://bugs.debian.org/895553

Signed-off-by: Chris Lamb <lamby@debian.org>
2018-04-14 10:30:54 +01:00
Takeshi KOMIYA
e84ba569a2 Merge branch '1.7-release' 2018-02-10 15:46:48 +09:00
Zac-HD
973f2680d6 Add ext.autodoc + ext.doctest test root 2018-02-09 10:39:25 +11:00
Takeshi KOMIYA
23796c35bf Merge branch '1.7-release' 2018-02-03 02:16:40 +09:00
Daniel Pizetta
2812706a86 Including change and author 2018-01-31 14:26:52 -02:00
Kurt McKee
7775b9e1ce Add "Kurt McKee" to the AUTHORS file 2018-01-20 21:20:10 -06: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