summaryrefslogtreecommitdiff
path: root/sphinx/builders/websupport.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #1597: Added possibility to return a new template name from `html-page...Georg Brandl2014-10-231-2/+4
* Incompatibility. Now :confval:`gettext_uuid` is set False by default. If Fals...shimizukawa2014-10-051-0/+1
* Merge with defaulttk0miya2014-09-281-0/+1
|\
| * Assign figure numbers automaticallytk0miya2014-09-261-0/+1
* | Remove debug printtk0miya2014-09-281-3/+0
* | Add imgpath property to all builderstk0miya2014-09-271-3/+6
|/
* Add app.set_translator() API to register or override a Docutils translator cl...shimizukawa2014-08-051-1/+2
* Update copyright year.Georg Brandl2014-03-011-1/+1
* websupport: adapt builder to changes in html builder due to parallel building...Georg Brandl2013-03-291-3/+8
* Copyright update.Georg Brandl2013-01-011-1/+1
* Rename "intl" module to "gettext", to make it easier to find. Distinguish en...Georg Brandl2011-01-081-0/+1
* Handle versioning in the environmentDaniel Neuh?user2011-01-081-7/+1
* merge with 1.0Georg Brandl2011-01-041-1/+1
* Tweak the commenting interface a bit.Georg Brandl2010-11-211-6/+13
* Fix a few smaller issues. Add JS and CSS for all pages.Georg Brandl2010-11-211-0/+8
* Make websupport builder inherit from serializing builder, remove separate Web...Georg Brandl2010-11-201-55/+40
* Avoid "import *" and remove unused import/variable.Georg Brandl2010-11-201-2/+1
* Switch to VersioningBuilderMixinDasIch2010-08-151-54/+5
* remove old static dirs if they exist alreadyJacob Mason2010-08-141-7/+7
* resave pickle after uids are addedJacob Mason2010-08-141-0/+18
* Take doctrees in subdirectories into accountDasIch2010-08-141-5/+10
* Removed unnecessary newlineDasIch2010-08-141-1/+0
* Use the highest protocol to pickle doctrees and use the constants provided by...DasIch2010-08-141-1/+1
* Fix finish handler of the websupport builderDasIch2010-08-141-6/+9
* merge with jacobmason/sphinx-web-supportDasIch2010-08-141-16/+51
|\
| * Put literal_blocks under versioningDasIch2010-08-131-4/+3
| * Added initial versioning supportDasIch2010-08-111-0/+38
| * Automated merge with ssh://bitbucket.org/jacobmason/sphinx-web-supportDasIch2010-08-101-1/+1
| |\ | |/ |/|
| * Switch to sphinx.util.jsonimpl.dumps in the builderDasIch2010-08-101-17/+15
* | That typo I fixed... still not right... *slaps self in face*Jacob Mason2010-08-101-1/+1
|/
* merge with jacobmason/sphinx-web-supportDasIch2010-08-101-3/+2
|\
| * Removed trailing whitespaceDasIch2010-08-101-3/+2
* | fixed typoJacob Mason2010-08-101-1/+1
|/
* only provide pygments.css, update image locations.Jacob Mason2010-08-081-11/+3
* an even nicer build directoryJacob Mason2010-08-071-3/+5
* add css and js to contextJacob Mason2010-08-071-13/+34
* add DOCUMENTATION_OPTIONS to contextJacob Mason2010-08-071-1/+17
* moved _serializable_list into db.pyJacob Mason2010-08-061-2/+1
* use static paths for static files and resourcesJacob Mason2010-08-061-6/+31
* Remove trailing whitespaceDasIch2010-07-251-1/+1
* Basic comment system.Jacob Mason2010-07-081-1/+1
* added whoosh search adapterJacob Mason2010-06-261-2/+1
* delete replaced documents in xapian when docs are rebuiltJacob Mason2010-06-251-5/+2
* fixed search result titles and contextJacob Mason2010-06-251-14/+11
* Added xapian searchjacob2010-06-241-2/+16
* Added relbar and sidebar to documentsjacob2010-06-231-4/+63
* Now serves static body.jacob2010-06-071-25/+0
* Added ctx to document.jacob2010-06-021-2/+3
* Switched to creating a list of html slicesjacob2010-05-311-4/+2
* "Initial commit": Added sphinx.websupport module, as well as a builder and wr...jacob2010-05-301-0/+56