Adam Turner
61a6b475a4
Tweak headings
2022-07-18 23:05:34 +01:00
Adam Turner
305fa5cfa8
Update and sort maintainers list
2022-07-17 22:12:32 +01:00
Adam Turner
0dd4ca5178
Update sorting note
2022-07-17 22:12:19 +01:00
Pradyun Gedam
00629456f5
Alphabetically sort the list of contributors
...
This matches the language used to describe the listing.
2022-07-16 11:01:02 +01:00
Adam Turner
881f66c557
Simplify Sphinx's Stemmer ( #10467 )
2022-06-16 19:47:09 +01:00
Adam Turner
2a88d8074b
Move Adam Turner to co-maintainers ( #10557 )
2022-06-16 19:08:24 +01:00
Takeshi KOMIYA
aa1bc83c2a
Merge branch '4.x'
2022-03-19 22:58:15 +09:00
Hugo van Kemenade
b172dc1c90
Update AUTHORS and CHANGES
2022-03-13 17:48:04 +02:00
Adam Turner
3b01fbe2ad
Drop JavaScript Frameworks ( #10028 )
...
* Delete jQuery and underscore.js
* Move underscores.js setup to searchtools.js
* Update jQuery.url(en|de)code
* Update jQuery.getQueryParameters
* Firefox bug is no longer present
xref https://bugzilla.mozilla.org/show_bug.cgi?id=645075#c49
* Update jQuery.fn.highlightText
* Use enum instead of magic number
* Update test descriptions to remove obsolete jQuery reference
* Update Documentation.getCurrentURL
* Revert accidental fix of Documentation.getCurrentURL
* Update Documentation.initOnKeyListeners
* Update Documentation.hideSearchWords
* Update Documentation.highlightSearchWords
* Update Documentation.initDomainIndexTable
* Use arrow functions and const
* Replace $(document).ready
* Strict mode
* Move Documentation.hideSearchWords next to Documentation.highlightSearchWords
* Update translation functions in Documentation
* Replace $(document).ready in searchtools.js
* Update Scorer
* Update Search.hasIndex, Search.deferQuery, Search.stopPulse
* Prefer window.location
* Update Search.init
* Update Search.loadIndex
* Update Search.setIndex
* Update Search.startPulse
* Add _escapeRegExp
* Update Search.makeSearchSummary
* Update Search.htmlToText
* Update Search.performSearch
* Factor out _displayNextItem
* Update Search.query
* Update Search.performObjectSearch
* Update Search.performTermsSearch
* Remove underscores.js setup
* Use Sets
* Update test configuration
* Fix test failures
* Drop unused make/get URL functions
* Strict mode in searchtools.js
* Remove outmoded check for jQuery and underscore.js
* Ran prettier
prettier --print-width 120 --no-semi --quote-props as-needed --no-bracket-spacing --arrow-parens avoid --write sphinx/themes/basic/static
* Remove more references to jQuery and underscore.js
* Remove jQuery and underscore.js licences
* Update classic theme for no jQuery
* Update all other themes for no jQuery
* Restore jQuery & underscores.js to Sphinx themes
Enables a more gradual deprecation
* Added deprecation note to CHANGES
* Run prettier with defaults
* Update deprecation message to include extensions, note that sources must be copied
* oops
* Address Pradyun's feedback
* Forgot this one
* `let` doesn't work, as it is scoped to the block...
* Remove missed jQuery in sphinx13 theme
2022-01-30 20:27:12 +01:00
Lars Hupfeldt
1b8415a1c1
Introduce fips_safe_md5, see issue #7611
2020-05-05 00:50:51 +02:00
Vince Salvino
9fdc18d8de
Adding documentation
2020-02-21 18:41:46 -05:00
Zac-HD
ea3ba6c210
Fetch inventories concurrently
2019-11-15 17:11:00 +11:00
Nate Damon
c6bd00dbb9
Fixes #6759 : validation of html static paths and extra paths no longer throws an error if the paths are in different directories
2019-10-26 16:56:41 +09:00
Adrián Chaves
e84ba7f78a
Support coverage_ignore_pyobjects in the coverage builder
2019-05-15 12:23:05 +02:00
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