Takeshi KOMIYA
e6cc18cc59
Merge pull request #6164 from goerz/inheritance_diagram
...
Fix docs of inheritance-diagram "parts" option
2019-03-19 01:18:07 +09:00
Takeshi KOMIYA
c19fbfb333
Merge pull request #6185 from jdufresne/pyupgrade
...
Python-3-only clean ups discovered by pyupgrade
2019-03-19 01:08:42 +09:00
Jon Dufresne
f210475489
Python-3-only clean ups discovered by pyupgrade
...
https://github.com/asottile/pyupgrade
> A tool to automatically upgrade syntax for newer versions of the
> language.
- Drop u str prefix
- Drop base object inheritance
- Drop args to super()
- Use set literals
- Use dict comprehension
- Use set comprehension
2019-03-17 12:58:03 -07:00
Takeshi KOMIYA
42c8fbd6f3
Merge pull request #6161 from tk0miya/refactor_directives
...
Deprecate imports for compatibility
2019-03-17 18:41:10 +09:00
Takeshi KOMIYA
86d5d2113e
Deprecate imports for compatibility
2019-03-17 18:30:50 +09:00
Takeshi KOMIYA
b5959ca230
Add SphinxPostTransform class ( #6154 )
...
* Add SphinxPostTransform
* Apply SphinxPostTransform to latex transforms
2019-03-17 18:27:00 +09:00
Takeshi KOMIYA
fadab68ffc
Update CHANGES for PR #6180
2019-03-17 15:10:07 +09:00
Daniel Hahler
925bc187ea
Support --keep-going with BuildDoc setup command ( #6180 )
...
* Support --keep-going with BuildDoc setup command
This allows for `tox -e docs -- -n -W --keep-going`.
2019-03-17 15:09:19 +09:00
Takeshi KOMIYA
fdcb8b1f89
Merge pull request #6157 from tk0miya/refactor_io2
...
refactor: Remove lists of transforms from SphinxStandalonReader
2019-03-17 14:06:42 +09:00
Takeshi KOMIYA
23f7b3a6e7
refactor: Remove lists of transforms from SphinxStandalonReader
2019-03-17 13:55:02 +09:00
Michael Goerz
19a2314258
Install graphiz on Travis
...
This is required to generate inheritance diagrams (as there is now an
example inheritance diagram in the documentation of the extension
generating such diagrams)
2019-03-11 14:35:50 -04:00
Takayuki SHIMIZUKAWA
783d077dc8
Merge pull request #6167 from Naereen/patch-3
...
Fix a typo in issue template: htps:// → https:// default project URL
2019-03-12 00:15:08 +09:00
Lilian Besson
e5a0e2ce05
htps:// → https:// default project URL
2019-03-11 15:33:08 +01:00
Michael Goerz
1f136215c1
Fix docs of inheritance-diagram "parts" option
...
The documentation now correctly describes the behavior of the ``parts``
option in an inheritance-diagram directive: it gives the number of parts
that are *kept* not dropped. The option now also accepts negative
values, which drops parts from the left (which is the what the
documentation incorrectly claimed the option would do for positive
values)
As a form of testing of the new functionality, the documentation for the
inheritance_diagram extension now includes a section "Examples" that
demonstrate the different possibilities. This would fail to build
without the patch.
Closes #4872
2019-03-10 18:37:05 -04:00
Takeshi KOMIYA
332dd5d89f
Merge branch '2.0'
2019-03-10 17:46:12 +09:00
Takeshi KOMIYA
1aba35f445
Merge pull request #6158 from tk0miya/refactor_citation_ref
...
refactor CitationReferences transform
2019-03-10 17:45:06 +09:00
Takeshi KOMIYA
db23555f7d
Merge pull request #6160 from tk0miya/adjust
...
pretty changes for 2.0
2019-03-10 17:34:43 +09:00
Takeshi KOMIYA
ef2d16d68a
refactor: Use py3 style super()
2019-03-10 17:07:58 +09:00
Takeshi KOMIYA
b691fa804d
Fix test: filename has been smallcased since 2.0
2019-03-10 17:07:15 +09:00
Takeshi KOMIYA
4bac6b56d0
Merge branch '1.8' into 2.0
2019-03-10 16:52:51 +09:00
Takeshi KOMIYA
6ef08a42df
Bump version
2019-03-10 16:50:39 +09:00
Takeshi KOMIYA
591bdd74c0
Bump to 1.8.5 final
2019-03-10 16:48:42 +09:00
Takeshi KOMIYA
f44aa23761
Merge pull request #6159 from tk0miya/3859_code-block_captions_for_manpage
...
Fix #3859 : manpage: code-block captions are not displayed correctly
2019-03-10 15:24:34 +09:00
Takeshi KOMIYA
fc99687105
Fix #3859 : manpage: code-block captions are not displayed correctly
2019-03-10 12:40:55 +09:00
Takeshi KOMIYA
a37e508b3f
Merge branch '2.0'
2019-03-10 12:23:15 +09:00
Takeshi KOMIYA
63c05f2b6d
Merge pull request #6132 from tk0miya/2155_code_directive
...
Closes #2155 : Support ``code`` directive
2019-03-10 12:22:47 +09:00
Takeshi KOMIYA
cf74a71848
Merge branch '2.0' into 2155_code_directive
2019-03-10 12:05:26 +09:00
Takeshi KOMIYA
f57041ab00
Merge pull request #6152 from tk0miya/6149_index_on_title
...
Fix #6149 : LaTeX: :index: role titles causes build error of LaTeX
2019-03-10 11:56:14 +09:00
Takeshi KOMIYA
05d3e37ef7
Fix #6149 : LaTeX: :index: role titles causes build error of LaTeX
2019-03-10 02:07:02 +09:00
Takeshi KOMIYA
2606002bb4
Merge pull request #6125 from tk0miya/doc-enhance_extension_dev_i18n
...
doc: Enhance documentation about internalization of external extension (refs: #5991 )
2019-03-10 01:16:06 +09:00
Takeshi KOMIYA
fe48b9b5b7
Merge pull request #6156 from tk0miya/update_comment
...
Update comment for patch to Element.copy()
2019-03-10 01:07:12 +09:00
Takeshi KOMIYA
c0755bf582
refactor CitationReferences transform
2019-03-09 22:26:35 +09:00
Jakob Lykke Andersen
59b6a5e622
Merge pull request #6142 from anntzer/doctypo
...
Fix doc typo.
2019-03-09 11:51:24 +01:00
Takeshi KOMIYA
d9c10f40ce
Merge pull request #6155 from tk0miya/refactor_docs
...
Move list of deprecated API to extdev/deprecated.rst
2019-03-09 19:45:40 +09:00
Takeshi KOMIYA
cca029a840
Update comment for patch to Element.copy()
2019-03-09 19:45:22 +09:00
Takeshi KOMIYA
d4ac7217a8
Move list of deprecated API to extdev/deprecated.rst
2019-03-09 19:32:24 +09:00
Takeshi KOMIYA
7c712464bb
Merge branch '2.0'
2019-03-09 18:12:56 +09:00
Takeshi KOMIYA
d7024fe996
Merge branch '1.8' into 2.0
2019-03-09 18:12:33 +09:00
Takeshi KOMIYA
9f283bc3f1
Merge pull request #6153 from tk0miya/use_bionic_on_circleci
...
Use bionic (py36) on Circle CI
2019-03-09 18:10:22 +09:00
Takeshi KOMIYA
f61a5f91f7
Fix test: imgconverter expects size of images fixed
2019-03-09 18:04:40 +09:00
Takeshi KOMIYA
f7315edfc2
Use bionic (py36) on Circle CI
2019-03-09 17:57:20 +09:00
Takeshi KOMIYA
fd67809c1a
Merge pull request #6151 from tk0miya/6147_AssertionError_for_citation_ref
...
Fix AssertionError is raised for custom citation_reference node (refs: #6147 )
2019-03-09 17:29:15 +09:00
Takeshi KOMIYA
f03c2d4fe2
Update CHANGES for PR #6135
2019-03-09 15:52:05 +09:00
Takeshi KOMIYA
7c50f8f08b
Merge pull request #6135 from bz2/changes_module_1.8
...
Fix UnboundLocalError when building changes (1.8)
2019-03-09 15:50:44 +09:00
Takeshi KOMIYA
57ecc5733e
Fix AssertionError is raised for custom citation_reference node (refs: #6147 )
...
AssertionError is raised when custom ``citation_reference`` node
having classes attribute refers missing citation (refs: #6147 )
2019-03-09 15:46:03 +09:00
Takeshi KOMIYA
4865bdff66
Update CHANGES for PR #6147
2019-03-09 15:25:32 +09:00
Takeshi KOMIYA
65970a3033
Fix #6140 : Use unittest.mock instead of mock
2019-03-09 15:16:04 +09:00
Takeshi KOMIYA
177246a49e
Merge pull request #6147 from chrisjsewell/propogate_citeref_classes
...
propogate cite_reference node classes to pending_xref node
2019-03-09 15:15:05 +09:00
Chris Sewell
08d7b4de2e
modify deprecated method
2019-03-08 14:10:14 +00:00
Chris Sewell
a88078ec73
Merge remote-tracking branch 'upstream/2.0' into propogate_citeref_classes
2019-03-08 14:05:20 +00:00