index
:
delta/python-packages/sphinx.git
#1041
#1056
#955
add_missing_epub_options
add_stemmer
admonitions
apidoc-symlinks
apidoc_output_order
aria
autodoc_novalue
autosummary-file-ext
cancerhermit/fix-override-extensions-in-configpy-1375648717102
cpp-variadic
css
ext-linkcode
ext-linkcode-fix
extdev-tutorial-doc
fix-nested-figure-caption-i18n
fix-tocdepth
fslenz/examples-nicos-added-sphinx-itself-remov-1390580978166
gerardmp/added-libreoffice-extension-to-the-exten-1410948858630
hickford/add-instructions-how-to-install-sphinx-t-1410715164407
hickford/explain-how-to-install-sphinx-with-pip-r-1410714824122
hiddentocs
i18n-man-unicode
i18n-po-fix-reference-line-separator
i18n-term-translatable
improve-po-mode-el-support
improve-tags-docs
latex-header-in-next-pages
listnewdomains
masklinn/add-0000-to-potcreationdate-z-sets-an-e-1369740575399
master
memoir
minrk/sort-inheritance-diagram
psuter/fix-makebat-latexpdf-mechanism-to-cd-bac-1411635021827
quick-start-readline
rneu31/added-support-for-windows-color-output-u-1404418973591
stable
stevepiercy/update-pylons-link-add-pyramid-and-subst-1402445058989
tag-documentation
techtonik/add-link-to-irc-channel-1379750124356
techtonik/raise-six-requirement-to-14-when-userstr-1406538263417
tk0miya/do-not-enter-password-of-transifex-at-co-1404623350328
tooltip-escaping
tychoish/removed-version-change-1372634421412
westurner/doc-glossary-markup-ref
westurner/doc-invocationrst-sphinxapidoc-m-option-1413253549167
bitbucket.org: Obsolete (use python-packages/sphinx-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
builders
/
websupport.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Closes #1597: Added possibility to return a new template name from `html-page...
Georg Brandl
2014-10-23
1
-2
/
+4
*
Incompatibility. Now :confval:`gettext_uuid` is set False by default. If Fals...
shimizukawa
2014-10-05
1
-0
/
+1
*
Merge with default
tk0miya
2014-09-28
1
-0
/
+1
|
\
|
*
Assign figure numbers automatically
tk0miya
2014-09-26
1
-0
/
+1
*
|
Remove debug print
tk0miya
2014-09-28
1
-3
/
+0
*
|
Add imgpath property to all builders
tk0miya
2014-09-27
1
-3
/
+6
|
/
*
Add app.set_translator() API to register or override a Docutils translator cl...
shimizukawa
2014-08-05
1
-1
/
+2
*
Update copyright year.
Georg Brandl
2014-03-01
1
-1
/
+1
*
websupport: adapt builder to changes in html builder due to parallel building...
Georg Brandl
2013-03-29
1
-3
/
+8
*
Copyright update.
Georg Brandl
2013-01-01
1
-1
/
+1
*
Rename "intl" module to "gettext", to make it easier to find. Distinguish en...
Georg Brandl
2011-01-08
1
-0
/
+1
*
Handle versioning in the environment
Daniel Neuh?user
2011-01-08
1
-7
/
+1
*
merge with 1.0
Georg Brandl
2011-01-04
1
-1
/
+1
*
Tweak the commenting interface a bit.
Georg Brandl
2010-11-21
1
-6
/
+13
*
Fix a few smaller issues. Add JS and CSS for all pages.
Georg Brandl
2010-11-21
1
-0
/
+8
*
Make websupport builder inherit from serializing builder, remove separate Web...
Georg Brandl
2010-11-20
1
-55
/
+40
*
Avoid "import *" and remove unused import/variable.
Georg Brandl
2010-11-20
1
-2
/
+1
*
Switch to VersioningBuilderMixin
DasIch
2010-08-15
1
-54
/
+5
*
remove old static dirs if they exist already
Jacob Mason
2010-08-14
1
-7
/
+7
*
resave pickle after uids are added
Jacob Mason
2010-08-14
1
-0
/
+18
*
Take doctrees in subdirectories into account
DasIch
2010-08-14
1
-5
/
+10
*
Removed unnecessary newline
DasIch
2010-08-14
1
-1
/
+0
*
Use the highest protocol to pickle doctrees and use the constants provided by...
DasIch
2010-08-14
1
-1
/
+1
*
Fix finish handler of the websupport builder
DasIch
2010-08-14
1
-6
/
+9
*
merge with jacobmason/sphinx-web-support
DasIch
2010-08-14
1
-16
/
+51
|
\
|
*
Put literal_blocks under versioning
DasIch
2010-08-13
1
-4
/
+3
|
*
Added initial versioning support
DasIch
2010-08-11
1
-0
/
+38
|
*
Automated merge with ssh://bitbucket.org/jacobmason/sphinx-web-support
DasIch
2010-08-10
1
-1
/
+1
|
|
\
|
|
/
|
/
|
|
*
Switch to sphinx.util.jsonimpl.dumps in the builder
DasIch
2010-08-10
1
-17
/
+15
*
|
That typo I fixed... still not right... *slaps self in face*
Jacob Mason
2010-08-10
1
-1
/
+1
|
/
*
merge with jacobmason/sphinx-web-support
DasIch
2010-08-10
1
-3
/
+2
|
\
|
*
Removed trailing whitespace
DasIch
2010-08-10
1
-3
/
+2
*
|
fixed typo
Jacob Mason
2010-08-10
1
-1
/
+1
|
/
*
only provide pygments.css, update image locations.
Jacob Mason
2010-08-08
1
-11
/
+3
*
an even nicer build directory
Jacob Mason
2010-08-07
1
-3
/
+5
*
add css and js to context
Jacob Mason
2010-08-07
1
-13
/
+34
*
add DOCUMENTATION_OPTIONS to context
Jacob Mason
2010-08-07
1
-1
/
+17
*
moved _serializable_list into db.py
Jacob Mason
2010-08-06
1
-2
/
+1
*
use static paths for static files and resources
Jacob Mason
2010-08-06
1
-6
/
+31
*
Remove trailing whitespace
DasIch
2010-07-25
1
-1
/
+1
*
Basic comment system.
Jacob Mason
2010-07-08
1
-1
/
+1
*
added whoosh search adapter
Jacob Mason
2010-06-26
1
-2
/
+1
*
delete replaced documents in xapian when docs are rebuilt
Jacob Mason
2010-06-25
1
-5
/
+2
*
fixed search result titles and context
Jacob Mason
2010-06-25
1
-14
/
+11
*
Added xapian search
jacob
2010-06-24
1
-2
/
+16
*
Added relbar and sidebar to documents
jacob
2010-06-23
1
-4
/
+63
*
Now serves static body.
jacob
2010-06-07
1
-25
/
+0
*
Added ctx to document.
jacob
2010-06-02
1
-2
/
+3
*
Switched to creating a list of html slices
jacob
2010-05-31
1
-4
/
+2
*
"Initial commit": Added sphinx.websupport module, as well as a builder and wr...
jacob
2010-05-30
1
-0
/
+56