summaryrefslogtreecommitdiff
path: root/sphinx/writers/websupport.py
Commit message (Expand)AuthorAgeFilesLines
* Drop dependency: sphinxcontrib-websupportTakeshi KOMIYA2019-01-141-11/+0
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Split websupport to sphinxcontrib-websupport packageTakeshi KOMIYA2017-04-221-35/+1
* Year++Takeshi KOMIYA2017-03-261-1/+1
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* all: update copyrightGeorg Brandl2015-01-031-1/+1
* Fix tests has broken by changset:bb0211a65072tk0miya2014-08-241-1/+1
* 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-1/+1
* Copyright update.Georg Brandl2013-01-011-1/+1
* merge with 1.0Georg Brandl2011-01-041-1/+1
* Fix a few smaller issues. Add JS and CSS for all pages.Georg Brandl2010-11-211-1/+1
* Make websupport builder inherit from serializing builder, remove separate Web...Georg Brandl2010-11-201-1/+1
* Docstring harmonization.Georg Brandl2010-08-221-1/+2
* only add node if it doesn't already existJacob Mason2010-08-141-6/+6
* remove line column from node tableJacob Mason2010-08-141-1/+0
* simplify websupport writer now that we don't have nested commentable nodes.Jacob Mason2010-08-141-25/+9
* Put literal_blocks under versioningDaniel Neuhäuser2010-08-131-3/+3
* Automated merge with ssh://bitbucket.org/jacobmason/sphinx-web-supportDaniel Neuhäuser2010-08-131-1/+2
|\
| * Added initial versioning supportDaniel Neuhäuser2010-08-111-1/+2
* | allow commenting on literal_blocksJacob Mason2010-08-121-1/+1
|/
* updated docsJacob Mason2010-08-091-2/+1
* only comment on paragraphsJacob Mason2010-08-091-13/+7
* only provide pygments.css, update image locations.Jacob Mason2010-08-081-0/+3
* Removed trailing whitespaceDaniel Neuhäuser2010-07-251-1/+1
* started proposal backendJacob Mason2010-07-191-5/+5
* Basic comment system.Jacob Mason2010-07-081-6/+10
* Don't add attributes to node.jacob2010-06-151-8/+7
* Now serves static body.jacob2010-06-071-21/+17
* Fixed bug that clipped the end of bodies.jacob2010-06-021-0/+5
* Slice at bullet_list, desc, or paragraph now.jacob2010-05-311-15/+32
* Switched to creating a list of html slicesjacob2010-05-311-4/+19
* "Initial commit": Added sphinx.websupport module, as well as a builder and wr...jacob2010-05-301-0/+29