Commit Graph

21 Commits

Author SHA1 Message Date
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
01f413108e Ignore .tags file. 2014-09-19 10:36:25 +02:00
Daniel Neuhäuser
34707fefac Ignore files generated when building the test docs
This is really helpful if you want to take a look at the
HTML output
2010-11-02 13:15:18 +01:00
Georg Brandl
829a05e1dd Ignore distribute files. 2010-07-28 19:58:47 +02:00
Daniel Neuhäuser
87d35afcfc Ignore generated files 2010-05-16 22:27:05 +02:00
Georg Brandl
23971336b7 Fix :guilabel: unescaping, and make some tests actually run. 2010-07-21 11:33:24 +01:00
Georg Brandl
28b337dd0c merge 2010-04-18 09:41:44 +02:00
tpowers
ff3707e2a5 Implemented html_compact_lists conf.py option. Normally True. When False,
"simple" item lists are not compacted. See
http://docutils.sourceforge.net/FAQ.html#how-are-lists-formatted-in-html.

Bullet lists like the "Indices and Tables" section look odd when they are
not compacted. Therefore specially change any bullet list that only has
paragraph's with pending_xrefs to use compact paragraphs instead.

Implemented secnumber_suffix conf.py option. Default is '. '. Section
numbers look better if changed to u'\u00a0\u00a0'.
2010-03-28 19:07:14 -07:00
Georg Brandl
c19eeaabcf Ignore emacs dir-locals. 2009-09-08 14:53:31 +02:00
Armin Ronacher
aa84aa4dc1 Added a new theme inspired by the jinja / werkzeug theme. 2009-06-30 17:34:02 +01:00
Georg Brandl
383475a94f merge with sphinx-domains. 2009-06-30 19:01:00 +02:00
Armin Ronacher
be192d9c68 Added a new theme inspired by the jinja / werkzeug theme. 2009-06-30 17:34:02 +01:00
Armin Ronacher
f82a4a4eab Makefile and .hgignore ignore a virtualenv called "env" in this folder by default now. 2009-06-30 15:16:33 +01:00
Georg Brandl
ba45703b5a #146: Don't fail to generate LaTeX when the user has an active
``.docutils`` configuration.
2009-05-03 10:32:32 +02:00
Georg Brandl
9df0b1ce74 Add coverage output file. 2009-02-23 19:24:22 +01:00
Georg Brandl
0fb89a8e87 Ignore .so files. 2008-12-30 02:37:01 +01:00
Georg Brandl
eb66f15544 Ignore grammar pickle files. 2008-12-29 22:30:41 +01:00
Georg Brandl
45cb5475c0 Add TAGS. 2008-11-16 09:16:17 +01:00
Georg Brandl
7de0061d80 More things to ignore. 2008-11-02 23:33:19 +01:00
Georg Brandl
4deb6391a0 Add a manifest, since setuptools doesn't support hg.
Also add a few more things to hgignore file.
2008-11-02 23:32:15 +01:00
Georg Brandl
27a2a760c7 Add .hgignore file. 2008-11-02 21:57:29 +01:00