Takeshi KOMIYA
f21fe6f24f
Revert "tox: Enable 'skipsdist'"
...
This reverts commit 69f39e44d9
.
2018-01-01 23:03:15 +09:00
Stephen Finucane
69f39e44d9
tox: Enable 'skipsdist'
...
Given that we install Sphinx as part of the dependencies, there's no
reason to do it twice. Skip that step.
Signed-off-by: Stephen Finucane <stephen@that.guru >
2018-01-01 18:47:12 +09:00
Takeshi KOMIYA
0135948485
Fix #3683 : sphinx.websupport module is not provided by default
2017-05-03 23:00:03 +09:00
Takeshi KOMIYA
b9b982d5f0
Fix dependency errors
2017-04-30 01:04:30 +09:00
Takeshi KOMIYA
13e7ae2f1f
Revert "Add dependency (temporary)"
...
This reverts commit 56f51cb6aa
.
2017-04-23 21:04:40 +09:00
Takeshi KOMIYA
56f51cb6aa
Add dependency (temporary)
2017-04-22 17:54:21 +09:00
Takeshi KOMIYA
c0a39eb3f7
Simplify testcases for websupport
...
Now websupport modules has separated and move into
sphinxcontrib-websupport package. They are also tested in the
package. Hence, we should test the bridge code for them.
2017-04-22 17:54:20 +09:00
Stephen Finucane
8b500fe383
tox: Add 'mypy' target
...
Like the recently added 'docs' target, this is easier than creating a
virtualenv, installing deps and running make.
Signed-off-by: Stephen Finucane <stephen@that.guru >
2017-02-28 17:32:34 +00:00
Stephen Finucane
020e77b794
tox: Add 'docs' target
...
This is easier than creating a virtualenv, installing deps and running
make. It also makes explicit use of the setuptool integration that is
now documented.
Signed-off-by: Stephen Finucane <stephen@that.guru >
2017-02-24 13:41:46 -05:00
Takeshi KOMIYA
b2d8803545
Upgrade to newest mypy package
2017-02-21 14:05:18 +09:00
Takeshi KOMIYA
5c72b8cf47
Merge branch 'stable'
2017-01-07 15:36:55 +09:00
Takeshi KOMIYA
5cff4b15c2
Fix tox.ini for pytest
2017-01-07 15:36:07 +09:00
Takeshi KOMIYA
bd382528d0
Merge branch 'stable'
2016-12-25 12:40:27 +09:00
Takeshi KOMIYA
a5b15195e2
Add du13 target to tox.ini
2016-12-25 12:22:54 +09:00
Takeshi KOMIYA
934ec657d4
Remove unsupported platform from tox.ini
2016-12-25 12:19:16 +09:00
Takeshi KOMIYA
36eab77c3d
Add py36 support
2016-12-25 12:19:15 +09:00
Takeshi KOMIYA
866da5a8d0
Clarify test command (refs: #3264 )
2016-12-24 23:51:30 +09:00
Takeshi KOMIYA
7ab20262ff
Set PYTHONDONTWRITEBYTECODE=true on testing (refs: #3264 )
2016-12-24 22:23:49 +09:00
Takeshi KOMIYA
8dcc3a259c
Fix 'tox -e du12' fails (refs: #3264 )
2016-12-24 19:30:32 +09:00
Takeshi KOMIYA
f65c5ee3de
Install enum34 on testing pypy (refs: #3264 )
2016-12-24 19:30:32 +09:00
shimizukawa
0a7d039df5
Merge branch '1.5-release' into master
2016-12-05 23:14:25 +09:00
shimizukawa
1c8935adae
Inprovement of warnings mechanism. Now support disabling emit warnings and add documentation.
2016-12-04 18:05:16 +09:00
Takeshi KOMIYA
db732ac0b8
Prepare to type-check using mypy
2016-11-16 12:05:44 +09:00
Takeshi KOMIYA
e5786b888c
Merge branch 'stable' into 1.5-release
2016-11-13 11:19:26 +09:00
Takeshi KOMIYA
4ca84aba45
Fix #3135 : `sphinx.ext.autodoc
` crashes with plain Callable
2016-11-13 00:01:41 +09:00
Takeshi KOMIYA
a880d0e84e
Fix #3114 : Install enum34 to test autodoc on py27
2016-11-02 21:35:50 +09:00
shimizukawa
487f3db5f6
To simplify, sphinx uses external mock package even if unittest.mock exists.
2016-10-15 16:22:27 +09:00
Takeshi KOMIYA
c147f6496e
Fix #2919 : Drop py26 support
2016-09-15 22:47:47 +09:00
Takeshi KOMIYA
1da1a71511
Drop python 3.3 support
2016-08-30 00:43:15 +09:00
Takeshi KOMIYA
2ccb75c98f
Bundle sphinx/pycode/Grammar-*.pickle (ref: #2765 )
...
So far, sphinx generates the grammar files on demand.
It causes uninstallation does not remove whole of files.
With this fix, Sphinx bundles the files in the package.
2016-07-12 12:15:12 +09:00
Takeshi KOMIYA
5f7b393d1c
Add html5lib to tox.ini
2016-06-12 00:43:23 +09:00
Alberto Berti
782310039b
Move py3.5 specific tests to their own file and adjust test environment
2015-11-10 03:40:48 +01:00
shimizukawa
5b7ce8d9c2
avoid py3 syntax module
2015-09-13 09:16:08 +09:00
shimizukawa
caed7faa19
add flake8 testing
2015-03-07 17:59:28 +09:00
Georg Brandl
d47a7587f9
Complete test suite overhaul.
...
* rename a few test modules to make the names more consistent
* do not copy/use Sphinx from build/ (unnecessary without 2to3)
* use a temporary dir for *all* test projects, the source tree
will stay pristine that way (default is tests/build)
* speed up tests by ~3x by splitting up test projects and avoiding
rebuilds
2014-09-21 17:17:02 +02:00
Georg Brandl
b2c9d4b107
Be quiet when building docs for tox.
2014-09-20 20:54:54 +02:00
Takayuki Shimizukawa
caf687d379
* add support docutils-0.12
2014-08-12 06:45:38 +09:00
Takayuki Shimizukawa
6746c83a18
* Drop Python-3.2. And now, removing 2to3 mechanism procedure has been completed. Closes #1350 .
...
Pygments-2.0 will drop Python-3.2.
The snowballstemmer package that is referred from sphinx-1.3 (that is merged at pull request #214 ) has not supported Python-3.2.
We decided to drop the Python-3.2.
see also https://bitbucket.org/birkenfeld/sphinx/pull-request/243/native-py2-py3-support-without-2to3-refs
2014-05-27 23:17:36 +09:00
Takayuki Shimizukawa
5c6d6c8e24
Add Python-3.4 support
2014-05-01 20:54:41 +09:00
Georg Brandl
b97d01308c
du10/du11 need mock dependency
2014-03-08 11:27:12 +01:00
Rob Ruana
5564012306
Closes #1410 : imports Mock from unittest.mock when available (Python >=3.3)
2014-03-06 03:49:11 -05:00
Georg Brandl
c3836b3188
Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206 )
...
Drop docutils-0.7, 0.8, 0.9 support.
2014-03-01 08:20:21 +01:00
Rob Ruana
d11cb7325e
Merge conflicts
2014-01-18 14:23:23 -05:00
Rob Ruana
a00a096069
Merges napoleon extension into mainline sphinx
2014-01-18 13:56:23 -05:00
Takayuki Shimizukawa
2050285ebf
Drop docutils-0.7, 0.8 and 0.9 support
2013-12-15 16:25:01 +09:00
Takayuki Shimizukawa
f7cb510ebd
Drop python-3.1 and remove support codes
2013-12-15 16:04:23 +09:00
Takayuki Shimizukawa
a8fc938d1b
Drop python-2.5 and remove 2.4,2.5 support codes
2013-12-15 14:16:53 +09:00
Takayuki Shimizukawa
04d22a53d5
support parallel testing with detox
2013-07-27 16:15:36 +09:00
Takayuki Shimizukawa
72a6bfde28
add docutils-0.11 for testing
2013-07-25 00:26:43 +00:00
Takayuki Shimizukawa
d23387d82e
for testing: change docutils version spec 0.10.0 -> 0.10
2013-07-25 00:24:19 +00:00