Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-01A happy new year!Takeshi KOMIYA
2021-04-10Fix #9051: html theme: The style for figure are not appliedTakeshi KOMIYA
Since docutils-0.17, figure directive starts to output `<figure>` tag. To support it, this modifies CSS.
2021-01-01A happy new year!Takeshi KOMIYA
.. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype
2020-05-24CSS: Respect Pygments background colorMatthias Geier
... except "classic" and "scrolls" themes.
2020-01-01A happy new year!Takeshi KOMIYA
2019-10-14Close #6729: HTML theme: agogo theme now supports rightsidebar optionTakeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-01-06#4246: Limit width of text body for all themesTim Hoffmann
2017-12-31A happy new year!Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2016-11-06Restore themes/basic/defindex.html (refs: #2986)Takeshi KOMIYA
This reverts commits: * 32981d10481585342014e54445e6460ae6771627. * 6704672df286e60b290f325dffff958ba6bb4d94
2016-10-07Remove unused CSS for defindex.htmlTakeshi KOMIYA
2016-09-01fix module index template to satisfy xhtml standardYoshiki Shibukawa
2016-08-18Fix genindex.html to satisfy xhtml standardYoshiki Shibukawa
2016-02-11Fix equations are not centering in agogo theme (ref: #2294)Takeshi KOMIYA
2016-01-15Obligatory copyright update.Georg Brandl
2015-02-22Closes #1630: resolve CSS conflicts, ``div.container`` css target for ↵shimizukawa
literal block wrapper now renamed to ``div.literal-block-wrapper``.
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-10-19improve css for numfig captionTakayuki Shimizukawa
2014-10-05Set permanent links to every captions and titlestk0miya
2014-08-11Rename :filename: option of code-block directive to :caption:tk0miya
2014-03-01Update copyright year.Georg Brandl
2014-03-01Update copyright year.Georg Brandl
2014-01-26Follow-up to #1355: replace <big> tag by <span class="sig-paren">.Georg Brandl
2014-01-19Merge in pull request #172 from ↵Georg Brandl
https://bitbucket.org/nsmgr8/sphinx/branch/default
2013-09-26Add filename option to code-blockM. Nasimul Haque
Prepend the given filename to the code block
2013-01-02Copyright update.Georg Brandl
2011-09-23Merge with 1.0Georg Brandl
2011-09-21Fix #610: remove duplicate <h1> tags in agogo theme.Georg Brandl
2011-09-21Fix #734: make sidebar search box width consistent on all browsers.Georg Brandl
2011-09-21e55ca1a50bfe for agogo.Georg Brandl
2011-09-22Fix #609: a bit more spacing for big headings.Georg Brandl
2011-01-04New year update.Georg Brandl
2010-11-12#557: Add CSS styles required by docutils 0.7 for aligned images and figures.Georg Brandl
2010-05-30#357: Refrain from setting absolute font size in agogo theme.Georg Brandl
2010-04-06merge with trunkGeorg Brandl
2010-04-04#356: some style fixes to agogo.Georg Brandl
2010-03-01s/highlight/highlighted/ for the search word highlighting class: "highlight" ↵Georg Brandl
is already used by pygments.
2010-02-28merge with trunkGeorg Brandl
2010-02-28Apply some changes to agogo, contributed by Florian Diesch.Georg Brandl
2010-01-14Adapt viewcode styles to theme.Georg Brandl
2010-01-07Add copyright headers to HTML templates, stylesheets and JavaScript files.Georg Brandl
2010-01-02merge with 0.6Georg Brandl
2009-11-16Add new theme "agogo", by Andi Albrecht.Georg Brandl