Commit Graph

10664 Commits

Author SHA1 Message Date
Takeshi KOMIYA
ec76f9cd47 Merge branch '1.7' 2018-05-03 11:06:16 +09:00
Takeshi KOMIYA
cb8c659320
Merge pull request #4933 from tk0miya/mypy-0.600
Mypy 0.600
2018-05-03 11:04:31 +09:00
Takeshi KOMIYA
b1d79a4175 Fix mypy violations 2018-05-03 10:31:18 +09:00
Takeshi KOMIYA
656f80cca9 mypy: add --no-strict-optional
Since mypy-0.600, validations for Optional becomes very strict. It
interfere our development. So this disables it temporarily.
2018-05-03 10:26:59 +09:00
Takeshi KOMIYA
d55b17d091 Update CHANGES for PR #4924 2018-05-03 09:34:02 +09:00
Takeshi KOMIYA
6d37d29ce8
Merge pull request #4924 from derdennis/1.7
Fixed the HTML search for uppercase words in all languages
2018-05-03 09:33:08 +09:00
Takeshi KOMIYA
c8a4b16e56
Merge pull request #4909 from tk0miya/789_escape_braces_on_samp_role
Fix #789: ``:samp:`` role supports to escape curly braces with backslash
2018-05-03 09:31:30 +09:00
Takeshi KOMIYA
0ea06e40ca
Merge branch 'master' into 789_escape_braces_on_samp_role 2018-05-03 01:32:35 +09:00
Takeshi KOMIYA
f1221cc9fd
Merge pull request #4923 from tk0miya/fix_urls_for_css
Fix URLs for css in Windows
2018-05-03 01:31:27 +09:00
Takeshi KOMIYA
baca035fa2
Merge pull request #4926 from tk0miya/optimize_copy_asset
Optimize copy_asset()
2018-05-03 01:30:07 +09:00
Takayuki SHIMIZUKAWA
fce6d0d7d7
add debug log for patching/extracting i18n nodes (#4918)
After fixing #4919, sphinx/util/logging.py:L120 must be commented-in and next L121 line will be removed.
2018-05-02 10:55:11 +09:00
Takeshi KOMIYA
d8f4e47fc8 Fix broken testcase caused by path separator 2018-05-02 02:13:00 +09:00
Takeshi KOMIYA
cb831bb703 qthelp: Fix URLs for project_files in Windows 2018-05-02 02:13:00 +09:00
Takeshi KOMIYA
9f9288ebe7 Fix URLs for css in Windows 2018-05-02 02:13:00 +09:00
Takeshi KOMIYA
606dccec6a Optimize copy_asset()
Instantiate default renderer object only once to reduce the cost.
2018-05-02 01:50:22 +09:00
Takeshi KOMIYA
b90c2576d6
Merge pull request #4880 from tk0miya/refactor_env2
Refactor BuildEnvironment: Move read_doc() method to Builder class
2018-05-01 23:45:21 +09:00
Takeshi KOMIYA
c193877b8a
Merge pull request #4799 from stephenfin/doc-rework
Doc rework (user guide, part 4)
2018-05-01 23:36:53 +09:00
Takeshi KOMIYA
d7bd691509
Merge pull request #4922 from mondeja/master
Specify version in README.rst readthedocs shield
2018-05-01 23:10:55 +09:00
Takeshi KOMIYA
39fe7ee293 refactor: Move env.write_doctree() to Builder._write_doctree() 2018-05-01 23:06:05 +09:00
Takeshi KOMIYA
90949a3b4f refactor: Move env.read_doc() to Builder._read_doc() 2018-05-01 23:06:05 +09:00
Dennis Wegner
cbe2b66001 Fixed the HTML search for uppercase words in all languages
After testing the search for all uppercase words like `PAR_APP_TITLE`
with different settings for `language` in `conf.py` I applied the
same fix as in PR #4871 to all other languages.

English, French and German were already fixed.
2018-05-01 15:57:49 +02:00
mondeja
722a59d459
Specify version in README.rst readthedocs shield
Readthedocs status is shown as `docs unknown` before this change because any version is specified on image url.
2018-05-01 15:52:58 +02:00
Stephen Finucane
0bf8886fc4 doc: Address review comments
These came up in the review for pull request #4799.

Signed-off-by: Stephen Finucane <stephen@that.guru>
2018-04-30 21:41:12 +01:00
Stephen Finucane
16e76faba3 doc: Add "config" to usage guide
Signed-off-by: Stephen Finucane <stephen@that.guru>
2018-04-30 21:36:45 +01:00
Stephen Finucane
ac19be3585 doc: Rework "config" document
Wrap some lines and format some definition lists as such.

Signed-off-by: Stephen Finucane <stephen@that.guru>
2018-04-30 21:36:44 +01:00
Stephen Finucane
d1972ac5b5 doc: Add "markdown" section to usage guide
Signed-off-by: Stephen Finucane <stephen@that.guru>
2018-04-30 21:36:44 +01:00
Stephen Finucane
dcf07f8005 doc: Rework "markdown" document
There are a number of cleanup items.

- Some paragraphs are reworded or clarified
- Semantic markup is added where possible
- Everything is wrapped to ~80 characters

Signed-off-by: Stephen Finucane <stephen@that.guru>
2018-04-30 21:36:44 +01:00
Stephen Finucane
7a8d1dc08c doc: Fix line length
Keep things in the fixed docs under 80 characters.

Signed-off-by: Stephen Finucane <stephen@that.guru>
2018-04-30 21:36:44 +01:00
Takeshi KOMIYA
9d4b3ca0eb
Merge pull request #4879 from tk0miya/refactor_OptionParser
Let docutils know the location of ``docutils.conf`` for Sphinx
2018-05-01 00:32:19 +09:00
Takeshi KOMIYA
feee462836 Update CHANGES for PR #4866 2018-04-29 22:23:37 +09:00
Takeshi KOMIYA
eba8792355
Merge pull request #4866 from goerz/ext_graphviz_css
Wrap graphviz diagrams in <div class="graphviz">
2018-04-29 22:22:29 +09:00
Takeshi KOMIYA
9c98af5382
Merge pull request #4845 from tk0miya/deprecate_highlightlang_directive
Deprecate highlightlang directive
2018-04-29 22:20:46 +09:00
Takeshi KOMIYA
8e6c04c630
Merge branch 'master' into deprecate_highlightlang_directive 2018-04-29 21:13:13 +09:00
Takeshi KOMIYA
a1d78b330b
Merge pull request #4773 from tk0miya/refactor_config
Refactor config
2018-04-29 21:02:35 +09:00
Takeshi KOMIYA
4118e8b35b
Merge branch 'master' into refactor_config 2018-04-29 19:00:04 +09:00
Takeshi KOMIYA
fbe7531685
Merge pull request #4910 from tk0miya/deprecate_values_for_html_search_options
Show warnings for deprecated html_search_options
2018-04-29 18:54:12 +09:00
Takeshi KOMIYA
37e2f73d1e
Merge pull request #4912 from jdufresne/typo
Fix typo: remove space before full stop
2018-04-29 18:53:35 +09:00
Jon Dufresne
eb0c57ad79 Fix typo: remove space before full stop 2018-04-28 15:52:55 -07:00
Takeshi KOMIYA
e38218fdf5 Fix flake8 violation 2018-04-28 19:15:24 +09:00
Takeshi KOMIYA
6b397d1fb1 Show warnings for deprecated html_search_options 2018-04-28 14:34:49 +09:00
Takeshi KOMIYA
a68f772d7a Merge branch 'master' into refactor_config 2018-04-28 13:05:47 +09:00
Takeshi KOMIYA
b165ade6b0 Rename Config.read_from_py() to Config.read() 2018-04-28 13:05:28 +09:00
Takeshi KOMIYA
622119a9d4 Fix #789: `:samp:` role supports to escape curly braces with backslash 2018-04-28 12:56:01 +09:00
Takeshi KOMIYA
93837bb01e Merge branch '1.7' 2018-04-26 01:03:49 +09:00
Takeshi KOMIYA
6ad0ad6f17 Bump version 2018-04-26 01:02:14 +09:00
Takeshi KOMIYA
f7b3292d87 Bump to 1.7.4 final 2018-04-26 00:54:38 +09:00
Takeshi KOMIYA
f64e6a82c8
Merge pull request #4903 from tk0miya/4885_revert_merge_domaindata
Revert #4882;  f4f693eff7
2018-04-26 00:34:52 +09:00
Takeshi KOMIYA
10d127d017 Revert f4f693eff7 2018-04-26 00:08:32 +09:00
Takeshi KOMIYA
22244ed2e5
Merge pull request #4892 from tk0miya/4889_recursive_import
Fix #4889: latex: sphinx.writers.latex causes recusrive import
2018-04-25 23:04:39 +09:00
Takeshi KOMIYA
0a80d8f0ab
Merge branch '1.7' into 4889_recursive_import 2018-04-25 23:04:16 +09:00