Commit Graph
100 Commits
Author SHA1 Message Date
Georg Brandl 4f72bdb722 Merge branch 'stable' 2016-01-14 22:54:08 +01:00
Georg Brandl 46d7e8558e Obligatory copyright update. 2016-01-14 22:54:04 +01:00
Georg Brandl ba73c484e5 chinese search: add to changelog, remote porterstemmer support 2016-01-06 10:37:30 +01:00
Georg Brandl 3bd7d08b6f Merge pull request #2170 from daoiqi/zh-search
add Chinese Search into milestones
2016-01-06 10:34:36 +01:00
Georg Brandl 1179bbc96b Merge pull request #2210 from QuLogic/consistent-inheritance
Sort attributes in inheritance diagrams.
2016-01-06 10:29:19 +01:00
Georg Brandl f3dbea14a9 Merge pull request #2181 from usox/2083-fix_german_searchindex
perform a lower() on german index terms #2083
2015-12-18 21:43:23 +01:00
Georg Brandl 8232707a12 merge stable to default 2015-12-18 21:42:55 +01:00
Georg Brandl 17a8f91922 Merge pull request #2182 from xuhdev/latex-dots-images
Fix #981: LaTeX: support image file names with more than 1 dots
2015-12-18 21:42:11 +01:00
Georg Brandl 0e38d445ec More parallel code optimizations. 2015-12-18 21:37:29 +01:00
Georg Brandl 580405c714 More parallel code optimizations. 2015-12-18 21:37:20 +01:00
Georg Brandl 704dee84ee Merge pull request #2116 from Hardtack/master
Make sure to iterate obj_dict's keys using list, not view
2015-11-13 08:17:05 +01:00
Georg Brandl 93276db89e Merge pull request #2111 from azazel75/master
Upgrade pgen2 to support py3.5 async/await
2015-11-10 07:28:23 +01:00
Georg Brandl 9d47f64dc0 intersphinx: style nits 2015-10-22 08:09:16 +02:00
Georg Brandl 53944c4489 Merge pull request #2089 from wilsoniya/master
Intersphinx: inventory support for URLs w/ basic auth
2015-10-22 08:02:01 +02:00
Georg Brandl 470bac3d1c Merge pull request #2063 from TimKam/patch-1
Bugfix: Dutch stop words were incorrect (Danish)
2015-10-04 18:08:36 +02:00
Georg Brandl 8401d67909 Merge pull request #2055 from erosennin/intersphinx-omit-empty-target
Fix: omit empty URL targets in objects.inv
2015-09-28 22:38:15 +02:00
Georg Brandl b215da8250 Rename "make check" to "make style-check"; "make check" is often used for test suites. 2015-09-19 07:24:13 +02:00
Georg Brandl 37ef63087d Port check_sources to single-source. 2015-09-18 20:32:53 +02:00
Georg Brandl 78ac97231a Merge pull request #2000 from pradyunsg/patch-1
Indent and Escape quote in Makefile
2015-08-13 15:32:35 +02:00
Georg Brandl f59c794802 Merge pull request #1975 from vlasovskikh/type-hints
Closes #1968: Show extended type hints for function annotations that use 'typing' module
2015-08-13 06:48:41 +02:00
Georg Brandl 19a7dfd348 move amssymb package require to .sty file 2015-07-27 08:07:16 +02:00
Georg Brandl 4053ba7a8e Merge pull request #1971 from mtreinish/fix-checkmark
Add support for converting checkmark unicode to latex symbol
2015-07-27 08:06:11 +02:00
Georg Brandl cbe4350da8 Merge branch 'stable' 2015-07-25 20:25:24 +02:00
Georg Brandl 5cdd58f634 Merge remote-tracking branch 'refs/remotes/origin/stable' into stable 2015-07-25 20:04:04 +02:00
Georg Brandl 1e06bff24d erge branch 'stable' 2015-07-25 20:03:51 +02:00
Georg Brandl 862fc425b1 Fix. 2015-07-25 20:03:48 +02:00
Georg Brandl 9a154d0ae8 Merge branch 'stable' 2015-07-25 19:04:17 +02:00
Georg Brandl 29dc6976b2 Fixed #1798: Fix building LaTeX with references in titles. 2015-07-25 19:03:55 +02:00
Georg Brandl 886d174534 Closes #1903: Fix strange id generation for glossary terms. 2015-07-25 17:12:30 +02:00
Georg Brandl bf7d0ccd75 Fixes #1887: note that graph name needs quotes if non alphanumeric. 2015-07-25 17:04:06 +02:00
Georg Brandl 3e742bb43a Closes #1942: Fix a KeyError in websupport. 2015-07-25 16:54:51 +02:00
Georg Brandl e4b42fe15f Fixes #1923: Use babel features only if the babel latex element is nonempty. 2015-07-25 16:52:19 +02:00
Georg Brandl cca88c212b graphviz test: raise Skip if dot not available, instead of just passing 2015-07-25 16:43:08 +02:00
Georg Brandl f53fb63627 Merge pull request #1967 from eolo999/master
Document ``cmdoption`` directive deprecation
2015-07-25 13:04:04 +02:00
Georg Brandl 94e5cfa8bb Fix test_build_html. 2015-07-25 13:03:43 +02:00
Georg Brandl 77e5ff2639 Intersphinx: add a small helper to print out inventories when called from the command line with -m. 2015-07-25 13:03:33 +02:00
Georg Brandl 6bd30d9b04 Merge remote-tracking branch 'refs/remotes/origin/master' 2015-07-25 12:51:45 +02:00
Georg Brandl 2f7fe5e1c5 merge with stable 2015-07-25 12:51:27 +02:00
Georg Brandl 657f6b16f0 Fixes #1915: Do not generate smart quotes in doc field type annotations. 2015-07-25 12:35:52 +02:00
Georg Brandl 6efafcdca4 std domain: make sure that ref and doc references have proper classes set 2015-07-25 12:34:26 +02:00
Georg Brandl 440543a3b0 Merge pull request #1966 from kyleknap/releasename-doc-update
Update ``'releasename'`` latex element docs
2015-07-25 12:14:15 +02:00
Georg Brandl 5f6030bec7 Fixes #1909: Add "doc" references to Intersphinx inventories. 2015-07-25 12:11:23 +02:00
Georg Brandl ae7e3afb4f Closes #1949: Use `safe_getattr` in the coverage builder to avoid aborting with descriptors that have custom behavior. 2015-07-25 09:33:09 +02:00
Georg Brandl 21188120cc fix message when calling sphinx-build without arguments 2015-07-25 09:33:09 +02:00
Georg Brandl 1b8afbb343 some changelog entries 2015-07-24 16:34:11 +02:00
Georg Brandl c7bee16c8a Closes #1871: fix for latex writer with multirow and 1-column tables. 2015-07-24 16:33:19 +02:00
Georg Brandl 4d1f66a8a1 Closes #1871: fix for latex writer with multirow and 1-column tables. 2015-07-24 16:30:48 +02:00
Georg Brandl 7bb0076242 latex writer: fix questionable string escapes 2015-07-24 16:29:26 +02:00
Georg Brandl 990a375602 Merge pull request #1919 from pkienzle/master
allow apidoc using 'python -m sphinx.apidoc'
2015-07-24 16:02:39 +02:00
Georg Brandl dea6a41127 Merge pull request #1954 from mitya57/master
Add support for SOURCE_DATE_EPOCH environment variable
2015-07-24 16:01:55 +02:00
Georg Brandl c2f1a27905 merge with stable 2015-07-24 15:59:47 +02:00
Georg Brandl 9338767cb2 Merge pull request #1946 from warsaw/py35compat
One way to work around the lack of html.parser.HTMLParserError in Python 3.5
2015-07-24 15:58:05 +02:00
Georg Brandl a40e3a2901 Closes #1956: remove unused import in default conf.py 2015-07-24 15:47:31 +02:00
Georg Brandl 6352634728 Closes #1960: show relative file path in output when copying dlfiles 2015-07-24 15:45:05 +02:00
Georg Brandl 1d7db8da46 fixup test suite for already-registered warnings 2015-07-22 19:34:37 +02:00
Georg Brandl 277f8d3ec3 Merge pull request #1963 from myokoym/adjust-underline
doc: adjust underline length of section headers
2015-07-22 07:38:55 +02:00
Georg Brandl cdf0f8253c Closes #1962: when adding directives, roles or nodes from an extension, warn if such
an element is already present (built-in or added by another extension).
2015-07-21 12:43:06 +02:00
Georg Brandl cb2f35e229 Merge pull request #1957 from hamogu/patch-1
Correct minor typo in confic.py
2015-07-13 22:08:36 +02:00
Georg Brandl bfdbee0d04 merge with stable 2015-06-11 19:07:10 +02:00
Georg Brandl 4e43a95514 Add warning when setup() return value is unsupported
Also remove bare except.
2015-06-11 19:05:46 +02:00
Georg Brandl d966317464 app: make buildername available 2015-05-21 11:39:10 +02:00
Georg Brandl 1bf392867c Prepare release 1.3.2. 2015-05-21 11:28:25 +02:00
Georg Brandl ad049c35e4 changelog update 2015-05-18 14:50:12 +02:00
Georg Brandl 2710d8e5b2 Merge branch 'stable' 2015-05-18 14:48:06 +02:00
Georg Brandl 4dc132f1ea special exception for rst2pdf.pdfbuilder, we know it is safe 2015-05-18 14:47:49 +02:00
Georg Brandl c25eb6ecd1 Merge branch 'stable' 2015-05-18 14:34:52 +02:00
Georg Brandl 16e309f489 Add compatibility default.css. 2015-05-18 14:32:00 +02:00
Georg Brandl c6b99be46c fix some over-broad except: clauses 2015-05-18 14:29:02 +02:00
Georg Brandl 55368daa91 merge with stable 2015-05-18 14:26:44 +02:00
Georg Brandl 034c4e9424 theming: do not warn if theme is "default"
To be compatible with old Sphinx versions we have to use "default".
2015-05-18 14:25:20 +02:00
Georg Brandl be444beddf Merge pull request #1890 from jean/master
Some language edits while reading
2015-05-15 08:52:24 +02:00
Georg Brandl 0d5cb25c0d flake8: fix a problem, add differing warning # 2015-03-08 17:17:22 +01:00
Georg Brandl 548a6dc22e final pep8 fixes; reactivate most warnings in flake8 2015-03-08 17:15:54 +01:00
Georg Brandl 3047a23a66 websupport: pep8 fixes 2015-03-08 17:04:59 +01:00
Georg Brandl b5c2279e05 ext: pep8 fixes 2015-03-08 17:03:00 +01:00
Georg Brandl ba9dcaac51 more pep8 fixes 2015-03-08 16:59:27 +01:00
Georg Brandl d0efb42a41 util: pep8 fixes 2015-03-08 16:55:34 +01:00
Georg Brandl 2a6b9d5808 search: reformat japanese word splitter literals 2015-03-08 16:48:43 +01:00
Georg Brandl 18b6843696 pep8 fixes 2015-03-08 16:28:23 +01:00
Georg Brandl 8bc5823724 builders: pep8 fixes 2015-03-08 16:24:24 +01:00
Georg Brandl e97210e520 writers: pep8 fixes 2015-03-08 16:18:59 +01:00
Georg Brandl d24107695b writers/html: pep8 fixes 2015-03-08 16:11:49 +01:00
Georg Brandl 905b99adf8 writers/latex: pep8 fixes 2015-03-08 16:10:23 +01:00
Georg Brandl 3bd21b96e6 domains/cpp: pep8 fixes 2015-03-08 16:04:54 +01:00
Georg Brandl 7b9f03e383 Fix flake8. 2015-03-08 16:02:03 +01:00
Georg Brandl 3437872b30 merge 2015-03-08 15:38:28 +01:00
Georg Brandl 705f6a997b Merge branch 'apple-help' of git://github.com/al45tair/sphinx 2015-03-08 15:35:04 +01:00
Georg Brandl f2267942f3 Fixup changelog entry. 2015-03-08 15:24:57 +01:00
Georg Brandl ad612fb03d Change the source parsers feature a bit:
* parsers -> source_parsers
* add docs
* require fully qualified name or class
* add test for it
2015-03-08 13:12:50 +01:00
Georg Brandl 0cb9b1db02 Merge pull request #1760 from ericholscher/parsers
Parsers
2015-03-08 12:55:43 +01:00
Georg Brandl b45fec3813 add hint for test suite to readme 2015-03-06 07:51:32 +01:00
Georg Brandl 8a273d139b Fix generating emphasis nodes without semantic reason
Roles ``ref``, ``term`` and ``menusel`` now don't generate :durole:`emphasis`
nodes anymore.  If you want to keep italic style, adapt your stylesheet.
2015-02-25 15:51:47 +01:00
Georg Brandl ea97e6658c Linkcheck now works with non-ASCII URIs.
Fixes: #1739
2015-02-25 12:49:45 +01:00
Georg Brandl 7189a2cf2c Add Python implementation (CPython, Jython, PyPy) to traceback file. 2015-02-25 12:49:45 +01:00
Georg Brandl d63055bcd6 Merge pull request #1741 from jakobandersen/master
Fix sphinx-doc/sphinx#1737.
2015-02-25 11:59:32 +01:00
Georg Brandl 7e119135e5 Merge pull request #1740 from jakobandersen/cpp-fix-1738
C++ fix for #1738
2015-02-25 10:39:43 +01:00
Georg Brandl 5d845a94a2 theming: make warning a bit more explicit 2015-02-23 20:18:39 +01:00
Georg Brandl 5d30675e5b Merge pull request #1715 from jakobandersen/cpp-enum-support
C++, enum support and fix of HTML search.
2015-02-09 07:32:24 +01:00
Georg Brandl bf3bdcc7f5 source_suffix can now be a list. 2015-02-08 20:13:47 +01:00
Georg Brandl 4b396d4232 Merge pull request #1707 from Eric89GXL/context-encoding
FIX: Use context managers and explicit encoding
2015-02-08 18:48:18 +01:00