Daniel Hahler
20f625b4d3
Builder.build: save env also with only new documents
...
Saving/pickling the environment is necessary for intersphinx to have its
cache saved.
Currently a new build would fetch the inventories, but the cache would
not get saved.
This appears to break no existing test, but should probably get a new
one then?
2018-06-13 17:57:42 +02:00
Takeshi KOMIYA
2855721d0b
Merge pull request #5082 from tk0miya/mathjax_broken
...
Fix mathjax is not loaded
2018-06-13 23:23:10 +09:00
Takeshi KOMIYA
e5ddc36fd1
Fix mathjax is not loaded
2018-06-13 22:54:01 +09:00
Takeshi KOMIYA
1c3eadcf61
Merge pull request #5065 from tk0miya/5064_latex_KeyError
...
Fix #5064 : KeyError on literal_block in new Latex transform
2018-06-12 01:34:01 +09:00
Takeshi KOMIYA
3aa686e68f
Merge pull request #5021 from tk0miya/4439_deprecate_script_files
...
Deprecate builder.script_files (refs: #4439 )
2018-06-10 21:15:41 +09:00
Takeshi KOMIYA
27b67e6c2b
Merge pull request #5069 from jdufresne/doc-py3
...
Update Python 2 doc links to Python 3
2018-06-10 21:09:58 +09:00
Jon Dufresne
2f17a0e8c8
Update Python 2 doc links to Python 3
...
Python 3 docs are more actively maintained and are the future.
2018-06-09 20:59:43 -07:00
Jakob Lykke Andersen
6e035ede7c
Merge pull request #4667 from SolidWallOfCode/cpp-unreferenced-symbol-fix
...
cpp domain: Fix assert when describing undefined symbol.
2018-06-09 19:57:21 +02:00
Takeshi KOMIYA
2476d1c5d2
Deprecate builder.script_files (refs: #4439 )
2018-06-09 22:22:59 +09:00
Takeshi KOMIYA
c330c0f582
Fix #5064 : KeyError on literal_block in new Latex transform
2018-06-09 22:20:30 +09:00
Takeshi KOMIYA
eccee5ea29
Update CHANGES for PR #5029
2018-06-09 22:11:53 +09:00
Takeshi KOMIYA
40ee7cd0c4
Merge pull request #5029 from kmaehashi/autosummary-inherited-docs
...
autosummary: expose inherited_members to template
2018-06-09 22:11:03 +09:00
Takeshi KOMIYA
72e60ce165
Merge branch '1.7'
2018-06-09 20:53:01 +09:00
Takeshi KOMIYA
1240fededa
Merge pull request #5061 from tk0miya/mypy-0.610
...
Fix mypy violation
2018-06-09 20:51:25 +09:00
Jakob Lykke Andersen
c561b25e39
Merge pull request #5062 from jakobandersen/cpp_anon
...
C++, add support for anon entities.
2018-06-09 13:24:04 +02:00
Jakob Lykke Andersen
9a9acc842a
C++, anon names, fix regex str/unicode complaint
2018-06-09 12:48:19 +02:00
Jakob Lykke Andersen
765ca9f400
C++, anon names, use different fullname and dispname in get_objects
2018-06-09 12:42:17 +02:00
Jakob Lykke Andersen
cc026946f7
C++, add support for anon entities.
...
Anonymous entities are specified with names starting with "@",
but are rendered as "[anonymous]".
Fixes sphinx-doc/sphinx#3593 and sphinx-doc/sphinx#2683 .
2018-06-09 12:24:34 +02:00
Takeshi KOMIYA
6d739017c3
Fix mypy violation
2018-06-09 14:15:54 +09:00
Takeshi KOMIYA
fc7817b854
Merge pull request #5034 from tk0miya/add_html_js_files
...
Add :confval:`html_js_files`
2018-06-09 11:51:11 +09:00
Jean-François B
aedd79c7e4
Merge pull request #5045 from jfbu/latex_remove_shorthandoff_variable
...
Remove usage of internal shorthandoff variable from LaTeX writer
2018-06-08 20:30:15 +02:00
Jean-François B
95a8099913
Merge branch 'master' into latex_remove_shorthandoff_variable
2018-06-08 19:53:46 +02:00
Jean-François B
c840e085ca
Merge pull request #5060 from jfbu/5009_add_nobreak
...
LaTeX, follow-up to PR #5012 , avoid label separated by pagebreak
2018-06-08 19:50:55 +02:00
Takeshi KOMIYA
9fc2657d7e
Add :confval:html_js_files
2018-06-09 02:38:36 +09:00
Takeshi KOMIYA
9617b138c7
Merge pull request #5049 from tk0miya/4193_canonical_url
...
html: Output ``canonical_url`` metadata if :confval:`html_baseurl` set
2018-06-09 02:35:56 +09:00
jfbu
45c63a8e2d
LaTeX, follow-up to PR #5012 , avoid label separated by pagebreak
...
PR #5012 took care of this for longtable, but the problem can also arise
with tabular/tabulary and is much easier to fix.
2018-06-08 18:46:15 +02:00
Takeshi KOMIYA
50f0124e16
Merge pull request #5058 from jodemaey/patch-1
...
Link to cdnjs was incorrect
2018-06-09 00:14:56 +09:00
Takeshi KOMIYA
738198022c
Merge pull request #5050 from tk0miya/5048_numbered_toctree
...
Fix #5048 : crashed with numbered toctree
2018-06-08 22:05:17 +09:00
Takeshi KOMIYA
6d5e68b02e
Merge branch '1.7' into 5048_numbered_toctree
2018-06-08 21:41:48 +09:00
Takeshi KOMIYA
40d84aa845
Merge pull request #5012 from tk0miya/5009_label_for_table_on_latex
...
Fix #5009 : latex: a label for table is vanished if table does not have a caption
2018-06-08 21:40:35 +09:00
Jonathan Demaeyer
7ed05e1d69
Link to cdnjs was incorrect
2018-06-08 13:56:45 +02:00
Takeshi KOMIYA
5843dcb868
Merge branch '1.7' into 5048_numbered_toctree
2018-06-08 20:52:43 +09:00
Takeshi KOMIYA
1e60076b17
Merge pull request #5052 from tk0miya/5016_settings_spec_for_recommonmark
...
Fix #5016 : crashed when recommonmark.AutoStrictify is enabled
2018-06-08 20:51:12 +09:00
jfbu
7bebdd0f97
Add tests for non-captioned table with label in latex
2018-06-08 10:18:53 +02:00
Takeshi KOMIYA
fad20b733a
Merge pull request #5056 from andresdelfino/path-sep
...
Use the common path separator in systems other than UNIX-based
2018-06-08 11:13:19 +09:00
Takeshi KOMIYA
e342d1ab4d
Merge branch '1.7' into 5016_settings_spec_for_recommonmark
2018-06-08 11:06:54 +09:00
Takeshi KOMIYA
73f4899d0d
Merge pull request #5055 from tk0miya/fix_CHANGES
...
Update CHANGES (reorder, fix typos)
2018-06-08 11:06:10 +09:00
Andrés Delfino
8500ef228e
Initial commit
2018-06-07 15:09:02 -03:00
jfbu
359854fa78
Postpone to 3.0 removal of ExtBabel.get_shorthandoff()
2018-06-07 18:29:24 +02:00
Takeshi KOMIYA
cdb4bb857d
Merge pull request #5054 from tk0miya/update_docs_for_SphinxParser
...
Update docs for sphinx.parsers.Parser
2018-06-08 01:25:23 +09:00
Takeshi KOMIYA
d0e7000cee
Merge pull request #5053 from tk0miya/update_docs_for_SphinxDirective
...
docs: Update docstring of SphinxDirective (add notice)
2018-06-08 01:24:56 +09:00
Takeshi KOMIYA
b914327317
Reorder deprecated APIs (app)
2018-06-08 00:51:00 +09:00
Takeshi KOMIYA
e081b1f154
Reorder deprecated APIs (env)
2018-06-08 00:51:00 +09:00
Takeshi KOMIYA
a2c4ed6614
Fix wrong module name in CHANGES
2018-06-08 00:51:00 +09:00
Takeshi KOMIYA
2ccf05c32e
Update docs for sphinx.parsers.Parser
2018-06-08 00:49:54 +09:00
Takeshi KOMIYA
7416e9907c
Fix #5009 : latex: a label for table is vanished if table does not have a caption
2018-06-07 23:58:29 +09:00
Takeshi KOMIYA
65cf7b2cb2
Merge pull request #5024 from tk0miya/5022_import_roman
...
Fix #5022 : latex: crashed with docutils package provided by Debian/Ubuntu
2018-06-07 22:34:52 +09:00
Takeshi KOMIYA
49ab23db0b
Fix #5022 : latex: crashed with docutils package provided by Debian/Ubuntu
2018-06-07 22:14:56 +09:00
Takeshi KOMIYA
b9d06fd802
Fix #5016 : crashed when recommonmark.AutoStrictify is enabled
2018-06-07 21:54:28 +09:00
Takeshi KOMIYA
a4c30027bd
docs: Update docstring of SphinxDirective (add notice)
2018-06-07 14:29:14 +09:00