Takeshi KOMIYA
c32233b0e1
Merge commit '63c15998f66eeb42f3fcfef6087a7264645bee6b~1'
2017-09-24 21:36:04 +09:00
Takeshi KOMIYA
5e6da32237
Reorder .gitignore
2017-09-24 21:19:51 +09:00
Takeshi KOMIYA
4d58347c7d
Update CHANGES for PR #4052
2017-09-24 20:51:56 +09:00
Takeshi KOMIYA
0b1d8122e8
Merge pull request #4052 from peterjc/sort_highlighting_module_code
...
Sort before highlighting module code
2017-09-24 20:50:35 +09:00
Takeshi KOMIYA
f7359b2b9a
Merge pull request #4050 from tnir/docutils-0-14
...
Add support for docutils 0.14
2017-09-24 17:10:11 +09:00
Takeshi KOMIYA
8f20132926
Merge pull request #4055 from oliver-sanders/fix-graphviz-svg-alignment
...
Fix ext.graphviz alignment.
2017-09-24 17:03:12 +09:00
Peter Cock
4d2cd03879
Reformat to avoid overly long line flake8 E501
2017-09-20 14:48:33 +01:00
Oliver Sanders
447582724d
Add test for ext.graphviz alignment.
2017-09-18 11:10:19 +01:00
Oliver Sanders
e47b30d566
Fix ext.graphviz alignment.
2017-09-18 11:09:48 +01:00
Takeshi KOMIYA
228fdb892a
Merge pull request #4062 from rodrigc/hexdigest-encode
...
hashlib.sha1() must take bytes, not unicode on Python 3
2017-09-17 22:49:19 +09:00
Takeshi KOMIYA
63ccdd83e0
Merge pull request #4049 from anntzer/help-typo
...
Fix typo in output of sphinx-build -h.
2017-09-17 22:47:25 +09:00
Craig Rodrigues
8b28cf4728
hashlib.sha1() must take bytes, not unicode
2017-09-15 14:45:56 -07:00
Peter Cock
99503bdb6c
Sort modules for highlighting
...
With this change the output will be in a predictable order on
older versions of Python (where the dictionary is not sorted
by default).
This is helpful for debugging and interpreting the progress
from the terminal.
2017-09-12 15:02:14 +01:00
Takuya Noguchi
3e94878871
Add support for docutils 0.14
2017-09-10 09:23:09 +09:00
Antony Lee
ddd23d31f1
Fix typo in output of sphinx-build -h.
2017-09-08 22:56:39 -07:00
Takeshi KOMIYA
ad41e0b25e
Update CHANGES for PR #3972
2017-09-04 22:46:05 +09:00
Takeshi KOMIYA
fb24ea3720
Merge pull request #3972 from bmwiedemann/epubsort
...
epub: Sort manifest entries by filename
2017-09-04 22:45:24 +09:00
Takeshi KOMIYA
62830b4d75
Merge pull request #4036 from anntzer/doc-setuptools-defaults
...
Fix documented default values for setuptools integration.
2017-09-04 22:34:17 +09:00
Antony Lee
cfa03b9771
Fix documented default values for setuptools integration.
...
The defaults were obtained by reading the implementation in
`setup_command.py`, notably `_guess_source_dir` and `finalize_options`.
2017-09-01 22:30:04 -07:00
Takeshi KOMIYA
cb0220de1a
Merge pull request #3949 from rneatherway/unicode-regex
...
Update regex to fix character class range
2017-08-28 21:03:16 +09:00
Takeshi KOMIYA
6fdea58b7f
Update CHANGES for PR #3973
2017-08-28 21:00:55 +09:00
Takeshi KOMIYA
a20c852729
Merge pull request #3973 from bmwiedemann/epubdate
...
epub: allow to override build date
2017-08-28 20:59:57 +09:00
Takeshi KOMIYA
e34019ecbb
Update CHANGES for PR #4023
2017-08-28 20:55:48 +09:00
Takeshi KOMIYA
6765c54fbc
Merge pull request #4023 from anntzer/clarify-any-ambiguity
...
Clarify error message when any role has more than one target.
2017-08-28 20:54:44 +09:00
Robin Neatherway
e451b80cfb
Remove unused 'type: ignore' comment flagged by mypy
2017-08-28 11:34:19 +01:00
Antony Lee
65aa87c6e9
Clarify error message when any role has more than one target.
...
(by including the full names of the candidate targets)
2017-08-23 14:56:15 -07:00
shimizukawa
dd8c3211be
fix: missing `texinputs_win/Makefile` to be used in latexpdf builder on windows.
2017-08-22 11:03:17 +09:00
Bernhard M. Wiedemann
5b4761e827
epub: use format_date
...
to allow to override build date
to enable reproducible builds of packages like certbot in openSUSE
See https://reproducible-builds.org/ for why this is good.
2017-08-21 22:17:44 +02:00
Bernhard M. Wiedemann
3164e27ca0
epub: Sort manifest entries by filename
...
is a fixup on commit 0b7c73a981
is required because the os.walk loop is run per directory
and the ordering of directories is indeterministic
2017-08-21 17:21:16 +02:00
Takeshi KOMIYA
8b76d5b064
Merge pull request #4012 from avalentino/docstring-inheritance
...
Docstring inheritance
2017-08-21 23:31:17 +09:00
Robin Neatherway
e7304c74e8
Update regex to fix character class range
...
The use of a raw string literal here means that \uXXXX will not be
treated as a unicode character, but rather as the string "\\uXXXX".
I've adjusted this here to make this a unicode string.
2017-08-21 15:11:03 +01:00
Antonio Valentino
849c19c0e5
PEP8
2017-08-20 11:48:13 +02:00
Antonio Valentino
d454bb7472
Fix compatibility with Python 2
2017-08-20 11:10:35 +02:00
Antonio Valentino
96ee24d7c1
Basic test for docstring inheritance
2017-08-19 21:52:30 +02:00
Takeshi KOMIYA
05b621a79a
Merge pull request #3961 from gaborbernat/master
...
fixes #3959 alias/rename support for classes inside inheritence diagrams
2017-08-20 00:41:50 +09:00
Takeshi KOMIYA
6826a89101
Merge pull request #4009 from srinivasreddy/redundant_loop
...
Remove unnecessary else clauses in for loops
2017-08-20 00:28:20 +09:00
Takeshi KOMIYA
feab97e293
Fix flake8 violation
2017-08-20 00:27:07 +09:00
Takeshi KOMIYA
723301a15e
Merge pull request #4011 from blueyed/fix-DeprecationWarning-re-u
...
Fix DeprecationWarning for r'…(?u)'
2017-08-20 00:16:13 +09:00
Takeshi KOMIYA
61188861ca
Merge pull request #4002 from TimKam/3987-fix-html_sidebars_quickstart
...
#3987 remove alabaster-specific sidebars from sphinx-quickstart template
2017-08-20 00:15:25 +09:00
Takeshi KOMIYA
6a01d06adf
Merge pull request #4001 from TimKam/3996-fix-setuptools-options-doc
...
#3996 adjust setuptools doc
2017-08-20 00:04:49 +09:00
Takeshi KOMIYA
5ab26798d2
Merge pull request #3999 from GabrielL/templates-dir
...
use templates_path for latex template instead of hardcoded path
2017-08-19 23:41:35 +09:00
Takeshi KOMIYA
774408347d
Merge pull request #3997 from TimKam/3537-set-IE-content-mode
...
#3537 set IE doc mode to Edge if not HTML5
2017-08-19 23:35:22 +09:00
Srinivas Reddy Thatiparthy
04ff790139
remove unnecessary else clauses in for loop
2017-08-19 20:04:47 +05:30
Takeshi KOMIYA
24c514af1b
Merge pull request #4007 from sphinx-doc/copy-staticfiles-beyond-symlinks
...
copy static files beyond symlinked directories under _static directory
2017-08-19 23:30:46 +09:00
Takeshi KOMIYA
3b3406e610
Merge pull request #4008 from srinivasreddy/rm_import
...
remove unnecessay import
2017-08-19 23:23:24 +09:00
Antonio Valentino
5148d6953b
Typo
2017-08-18 19:26:39 +02:00
Daniel Hahler
5359bb8ba5
Fix DeprecationWarning for r'…(?u)'
...
Fixes
> DeprecationWarning: Flags not at the start of the expression …
2017-08-18 11:53:37 +02:00
Antonio Valentino
beac2f8647
Update AUTHORS and CHANGES
2017-08-18 11:37:26 +02:00
Antonio Valentino
23a40f88d0
Improve fomatting (make flake8 happy)
2017-08-18 11:37:26 +02:00
Antonio Valentino
620491fcd5
Retireve docstirng form base classes ( Closes #3140 )
2017-08-18 11:37:11 +02:00