Commit Graph
7204 Commits
Author SHA1 Message Date
Takeshi KOMIYA 8e777063fd Merge pull request #2882 from tkelman/linkcheck-403
[stable] linkcheck: Fall back to a GET request on 403 status
2016-08-22 21:35:47 +09:00
Takeshi KOMIYA 280dc70ed6 Merge pull request #2861 from tk0miya/add_math_domain
Add domain support to support equation cross references (ref: #1210, #2851)
2016-08-22 21:31:27 +09:00
Takeshi KOMIYA 2b5c7057a7 Fix linkcheck builder does not send User-Agent header 2016-08-22 21:17:55 +09:00
Takeshi KOMIYA 4edd854a1e Send User-Agent on obtain remote inventories 2016-08-22 21:12:33 +09:00
Takeshi KOMIYA e7ff996d13 intersphinx: _strip_basic_auth() only removes credentials from URL 2016-08-22 20:58:46 +09:00
Takeshi KOMIYA 35232a3dd6 intersphinx: Use requests package 2016-08-22 20:58:45 +09:00
Takeshi KOMIYA fe1e5f7a7d linkcheck: Move requests package loader to sphinx.util.requests 2016-08-22 20:35:11 +09:00
Takeshi KOMIYA 609ae03947 intersphinx: Refactor _get_safe_url() 2016-08-22 20:35:10 +09:00
Takeshi KOMIYA 847efaf541 Update comment 2016-08-22 20:35:10 +09:00
Takeshi KOMIYA dcdd401d65 intersphinx: Add read_inventory() 2016-08-22 20:35:10 +09:00
Tony Kelman 0d58607d8a linkcheck: Fall back to a GET request on 403 status
stable branch version of 2f46c7899c

Add changelog entry
2016-08-22 04:16:05 -07:00
Takeshi KOMIYA bd22d09f48 Add domain support to support equation cross references (ref: #1210, #2851) 2016-08-22 19:58:46 +09:00
Takeshi KOMIYA 14a1d5df29 Update CHANGES for PR#2879 2016-08-22 19:49:22 +09:00
Takeshi KOMIYA 1b0cda5349 Merge pull request #2879 from shibukawa/fix/searchsplitter
fix #2856: use same regex word splitter in Python and JS
2016-08-22 19:48:27 +09:00
Takeshi KOMIYA e0d2783c7b Merge branch 'FileAvoidWrite' 2016-08-22 19:27:47 +09:00
Takeshi KOMIYA 2c300e209d Refactor FileAvoidWrite 2016-08-22 19:10:33 +09:00
Takeshi KOMIYA c6cb0b667f Fix flake8 violation 2016-08-22 19:06:50 +09:00
Takeshi KOMIYA c4c4ce53c8 Merge branch 'master' into HEAD 2016-08-22 19:03:27 +09:00
Takeshi KOMIYA 6327a622f4 Use caption of toctree by default 2016-08-21 23:46:02 +09:00
Takeshi KOMIYA 3011dac89b Merge pull request #2870 from shibukawa/fix/genindex2
Flatten genindex columns' height
2016-08-21 17:50:30 +09:00
Yoshiki Shibukawa 4ff5cbfaf9 fix #2856: use same regex word splitter in Python and JS 2016-08-20 23:15:15 +09:00
Yoshiki Shibukawa 16b99532ca flatten genindex columns' height 2016-08-20 22:27:13 +09:00
Takeshi KOMIYA 08d0834284 Merge pull request #2866 from tk0miya/user_defined_latex_template
latex builder: allow to use user-defined template file (experimental)
2016-08-20 19:42:04 +09:00
Takeshi KOMIYA cbb4266b19 Fix CHANGES 2016-08-20 18:31:11 +09:00
Takeshi KOMIYA 184bedef4b Merge branch 'stable' 2016-08-20 18:06:33 +09:00
Takeshi KOMIYA 938dad8400 Bump version 2016-08-20 18:05:14 +09:00
Takeshi KOMIYA 4168b0bd20 Bump to 1.4.6 final v1.4.6 2016-08-20 18:00:04 +09:00
Takeshi KOMIYA be2637f7ff Add testfiles to DONT_CHECK target 2016-08-20 17:57:08 +09:00
Takeshi KOMIYA 3639231cec Merge pull request #2857 from tk0miya/std_domain_handles_citations
std domain handles citations
2016-08-20 13:22:27 +09:00
Takeshi KOMIYA 372e83f0c7 Merge pull request #2853 from shibukawa/fix/genindex
Fix genindex.html to satisfy xhtml standard
2016-08-20 12:52:23 +09:00
Takeshi KOMIYA b0c956bb25 Merge pull request #2816 from embray/fix-domain-initial-data
Fix bug with copying of initial_data for Domains
2016-08-20 00:40:03 +09:00
Takeshi KOMIYA a1d6be6a54 Fix #1797: text builder inserts blank line on top 2016-08-19 23:46:54 +09:00
Takeshi KOMIYA dbac9aa8ec Add compile_grammar command to setup.py (ref: #2765) 2016-08-19 20:16:02 +09:00
Erik M. Bray 68b34a3540 Add a changelog entry for the fix 2016-08-19 12:10:38 +02:00
Erik M. Bray 11182d42b1 Use a deep copy of the initial_data for a domain so that updates to its internal data structures aren't reflected in initial_data 2016-08-19 12:06:49 +02:00
Takeshi KOMIYA 05caa0f037 Fix #1953: `Sphinx.add_node does not add handlers the translator installed by html_translator_class` 2016-08-19 00:45:45 +09:00
Yoshiki Shibukawa 8e0bf12f5f Fix genindex.html to satisfy xhtml standard 2016-08-18 21:17:12 +09:00
Takeshi KOMIYA caf7e280c2 Update CHANGES for PR#2867 2016-08-18 18:25:50 +09:00
Takeshi KOMIYA 2606064b09 Merge pull request #2867 from jschueller/patch-4
Require six 1.5 for html_parser
2016-08-18 18:22:42 +09:00
Julien Schueller 626be8b5f3 Require six 1.5 for html_parser 2016-08-18 09:34:43 +02:00
Takeshi KOMIYA 6911611f8d Fix broken test 2016-08-18 12:48:13 +09:00
Takeshi KOMIYA 1cfde018d2 Merge branch 'stable' 2016-08-18 12:12:15 +09:00
Takeshi KOMIYA d45c5f8e82 #2725: latex builder: allow to use user-defined template file (experimental) 2016-08-17 22:52:42 +09:00
Takeshi KOMIYA 1c9524dedd Add testcase for #2846 2016-08-17 13:58:05 +09:00
Takeshi KOMIYA ed2d55431d Fix #2846: `singlehtml` builder does not include figure numbers 2016-08-17 13:29:07 +09:00
Takeshi KOMIYA 6e3bba431f Merge pull request #2860 from alyjak/test_run_argv
Pass command args into nose unit test runner from tests/run.py
2016-08-17 01:42:48 +09:00
Andrew Lyjak 47a3e3dfd3 Pass command args into nose unit test runner from tests/run.py
This allows developers to selectively run tests, to enable debugging
on test failures, etc. See
http://nose.readthedocs.io/en/latest/usage.html for usage
instructions.
2016-08-16 01:49:07 -07:00
Takeshi KOMIYA d5a770b592 std domain handles citations 2016-08-16 01:38:20 +09:00
Takeshi KOMIYA b03b7e543f Merge pull request #2770 from tk0miya/2765_bundle_grammars
Fix #2765: bundle grammar files
2016-08-15 14:20:48 +09:00
Takeshi KOMIYA 63d2330b8f Merge pull request #2848 from sphinx-doc/use_make-mode_by_default
Use make-mode of ``sphinx-quickstart`` by default
2016-08-13 12:49:16 +09:00