summaryrefslogtreecommitdiff
path: root/tests/test_theming.py
Commit message (Collapse)AuthorAgeFilesLines
...
* pytest migrationshimizukawa2017-01-041-6/+5
|
* To simplify, sphinx uses external mock package even if unittest.mock exists.shimizukawa2016-10-151-1/+3
|
* fix #2352 (qthelp builder should have ) and improve qthelp readabilityYoshiki Shibukawa2016-07-131-1/+1
| | | | by using new ``nonav`` theme.
* Fix #2634 (Update jquery to latest from 1.x)Yoshiki Shibukawa2016-07-131-1/+1
|
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Fixes #1884: plug-in html themes cannot inherit another plug-in themeshimizukawa2015-11-221-1/+17
| | | | | Closes #1885: A part of code for this fix is from pull requeest #1885. refs #1794
* remove test that is not works correctly on travis.ci (+1 squashed commits)shimizukawa2015-03-151-41/+1
|
* refs #1777: fix testing. first time testing always failed it means testing ↵shimizukawa2015-03-151-40/+33
| | | | on travis.ci will never be succeeded.
* refs #1777: add test for loading theme pluginsshimizukawa2015-03-151-2/+49
|
* refs #1346, fix missing test requires, fix tests (need html_theme='classic')shimizukawa2015-02-241-1/+1
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | fix testing for jQuery-1.11.1Takayuki Shimizukawa2014-10-091-1/+1
| |
* | Speed up test_theming using a minimal project.Georg Brandl2014-09-211-1/+1
| |
* | Complete test suite overhaul.Georg Brandl2014-09-211-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Add theme contents for 'bizstyle'Shoji KUMAGAI2014-08-151-1/+1
| |
* | * Provide non-minified JS files for jquery.js and underscore.js to clarify ↵Takayuki Shimizukawa2014-06-071-0/+23
|/ | | | the source of the minified files. refs #1434.
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-2/+2
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Test suite fix for new theme.Georg Brandl2011-01-041-1/+2
|
* New year update.Georg Brandl2011-01-041-1/+1
|
* Added new HTML theme ``haiku``, inspired by the Haiku OS user guide.Georg Brandl2010-01-071-1/+1
|
* Fix test, adding the new theme.Georg Brandl2010-01-031-1/+1
|
* merge with 0.6Georg Brandl2010-01-011-1/+1
|\
| * Happy new year!Georg Brandl2010-01-011-1/+1
| |
* | Initial import from local repositoryRoland Meister2009-12-281-1/+1
| |
* | Add agogo theme to test.Georg Brandl2009-11-161-2/+2
| |
* | Add new builtin theme to test suite.Georg Brandl2009-07-051-1/+1
|/
* Restore 2.4 compatibility and fix removing the generated file properly.Georg Brandl2009-03-161-4/+0
|
* Do proper cleanup of generated files.Georg Brandl2009-03-161-0/+4
|
* Add theming test suite, fix a few bugs and doc problems.Georg Brandl2009-02-151-0/+56