Takeshi KOMIYA
d17f3955a5
Fix #4877 : latex: Don't use Babel.get_language()
2018-05-07 21:18:57 +09:00
Takeshi KOMIYA
2d42753acd
Merge pull request #4935 from tk0miya/4932_ignored_subpackages
...
Fix #4932 : apidoc: some subpackages is ignored if sibling subpackage contains underscored module
2018-05-07 01:11:44 +09:00
Takeshi KOMIYA
3fdef7ec62
Merge pull request #4816 from AWhetter/fix_4035_2
...
Plugins can find source code for viewcode
2018-05-07 00:32:52 +09:00
Takeshi KOMIYA
f2af9ff97c
Merge branch 'master' into fix_4035_2
2018-05-06 23:27:51 +09:00
Takeshi KOMIYA
8c430197cc
Merge pull request #4934 from tk0miya/update_docs
...
Update docs (refs: #4875 )
2018-05-06 16:37:41 +09:00
Takeshi KOMIYA
3e8653b885
Merge pull request #4904 from tk0miya/refactor_latex_thebibliography
...
latex: use \cite for citation references
2018-05-06 16:36:55 +09:00
Takeshi KOMIYA
1793e5c8e8
Fix flake8 violation
2018-05-06 02:08:00 +09:00
shimizukawa
5fbc6d378d
move `get_full_module_name
and
repr_domxml
` functions from logging to nodes. by review on https://github.com/sphinx-doc/sphinx/pull/4918#discussion_r185838236 .
2018-05-04 07:34:42 +09:00
Takeshi KOMIYA
f6259c696b
Adjust MAX_CITATION_LABEL_LENGTH
2018-05-03 23:46:25 +09:00
Takeshi KOMIYA
996bcb561e
Avoid ImportError
2018-05-03 23:38:09 +09:00
Takeshi KOMIYA
8bc136a9cb
Use \sphinxcite
instead of \cite
2018-05-03 20:58:30 +09:00
Takeshi KOMIYA
34b6bea6a8
Fix longest_label should be escaped
2018-05-03 20:57:29 +09:00
Takeshi KOMIYA
c1b87ff0d3
Suppress braces surround bibitem
2018-05-03 20:57:29 +09:00
Takeshi KOMIYA
627ca87059
Fix the layout of thebibliography environment
2018-05-03 20:57:29 +09:00
Takeshi KOMIYA
92d8935df0
latex: Use `\cite
for citation references instead
\hyperref
`
2018-05-03 20:57:29 +09:00
Takeshi KOMIYA
304c208d32
Add BibliographyTransform to restruct doctree for LaTeX
2018-05-03 20:54:42 +09:00
Takeshi KOMIYA
82a123f1d4
Add testcase for thebibliography
2018-05-03 20:50:24 +09:00
Takeshi KOMIYA
49385d944b
Fix #4932 : apidoc: some subpackages is ignored if sibling subpackage contains underscored module
2018-05-03 18:43:52 +09:00
Takeshi KOMIYA
5a90e0bc85
Update docs (refs: #4875 )
2018-05-03 17:40:32 +09:00
Takeshi KOMIYA
6ece10c29f
Merge pull request #4870 from tk0miya/refactor_latex_footnotes
...
Refactor LaTeX footnotes
2018-05-03 12:55:44 +09:00
Takeshi KOMIYA
8febb09373
Merge branch 'master' into refactor_latex_footnotes
2018-05-03 11:40:44 +09:00
Takeshi KOMIYA
3beb7b8da4
Merge pull request #4908 from tk0miya/4811_ignore_files_on_html_static_path
...
Fix #4811 : The files under html_static_path are excluded from source
2018-05-03 11:39:42 +09:00
Takeshi KOMIYA
cbf4ee24f9
Fix #4811 : The files under html_static_path are excluded from source
2018-05-03 11:07:14 +09:00
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
Tommy Nguyen
a7c6cb0180
Fix blank URL_ROOT
...
pathto doesn't expand in non-HTML templates so the workaround involves
expanding it in the HTML file and passing it as a data attribute to
the script.
2018-05-02 13:44:51 -04: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