Commit Graph
100 Commits
Author SHA1 Message Date
Georg Brandl 571b37ca1c Merge pull request #3750 from tk0miya/3721_update_license
Fix #3721: Copright "owner" instead of "holder" in license
2017-05-13 17:38:30 +02:00
Georg Brandl 15d89a2bfe Merge pull request #2380 from ericholscher/cleanup-intro
Clean up the prose on the main site page
2016-03-15 19:03:22 +01:00
Georg Brandl 2cd696eea5 Merge pull request #2359 from atzeinicola/stable
issue #2357
2016-02-28 23:34:27 +01:00
Georg Brandl 6101cb4ab6 fix tests 2016-02-19 09:25:48 +01:00
Georg Brandl e310de0786 Dont show highlighting warning in 1.3.x. This is a "feature-like" change. 2016-02-19 08:53:07 +01:00
Georg Brandl b60e96f47a Merge branch 'stable' 2016-02-16 19:20:09 +01:00
Georg Brandl 4cc2d0114c Closes #2324: Print a hint how to increase the recursion limit when it is hit. 2016-02-16 19:19:54 +01:00
Georg Brandl 774927c90c Minor addition to changelog. 2016-02-15 23:36:53 +01:00
Georg Brandl d59f23b2c8 Fix highlight languages in docs. 2016-02-14 09:37:55 +01:00
Georg Brandl 23431eaf4e viewcode: default to python3 highlighting if highlight_language is python3 2016-02-14 09:36:42 +01:00
Georg Brandl c1b7b6f369 The default highlight language is now Python 3.
References: #2279.

This means that source code is highlighted as Python 3 (which is mostly
a superset of Python 2), and no parsing is attempted to distinguish
valid code.
2016-02-14 09:21:35 +01:00
Georg Brandl fed5a34568 Merge pull request #2313 from alex/idiomatic
Make some code in linkcheck more idiomatic
2016-02-13 18:12:02 +01:00
Georg Brandl 2d8209158e Merge pull request #2315 from alex/remove-ez_setup
Removed ez_setup.py
2016-02-13 16:41:47 +01:00
Georg Brandl 222edf59e7 linkcheck: dont check anchors starting with "!".
Add changelog entry for #1099.
2016-02-13 16:06:55 +01:00
Georg Brandl 5e8642983b Fixup links in the documentation. 2016-02-13 16:00:46 +01:00
Georg Brandl 56a4e791d6 Merge pull request #2312 from alex/linkcheck-retry
Fixed #1099 -- allow the linkcheck builder to retry on errors.
2016-02-13 15:51:33 +01:00
Georg Brandl bdc230b1cc Closes #2295: Avoid mutating dictionary errors while enumerating members in autodoc with Python 3 2016-02-04 19:59:20 +01:00
Georg Brandl eba0e314b3 Merge pull request #2289 from Xarthisius/race_fix
Use ensuredir() for creating directories within BuildEnvironment.read_doc
2016-02-02 23:15:39 +01:00
Georg Brandl f2d264febe Merge pull request #2261 from mitya57/stable
transforms: Don't try to call has_child on parent nodes that are None
2016-01-22 19:41:11 +01:00
Georg Brandl 3e53d017ac Merge branch 'stable' 2016-01-17 09:08:56 +01:00
Georg Brandl 8167a9b7ad Closes #2243: ignore strange docstring types in class docs, like already done for method docs. 2016-01-17 09:08:48 +01:00
Georg Brandl 6b7b51a55a Obligatory copyright update. 2016-01-14 22:55:22 +01:00
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