summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix #3130: HTML rendering problems inside admonition block in Sphinx docTakeshi KOMIYA2016-11-131-0/+4
* doc: Fix markupTakeshi KOMIYA2016-11-061-1/+1
* docs: sourcename has empty value on creating genindex and so on (refs: #3094)Takeshi KOMIYA2016-11-041-0/+1
* Fix doc/Makefile that can't build man because of doc/man folder existsYoshiki Shibukawa2016-10-131-0/+4
* doc: Use AutodocReporter at example of nested_parse_with_titles()Takeshi KOMIYA2016-09-071-0/+2
* fix document: rtd is optional from 1.4Yoshiki Shibukawa2016-08-231-22/+35
* fix html entity to fix epub errorYoshiki Shibukawa2016-08-092-4/+4
* fix epub warning in Sphinx's documentYoshiki Shibukawa2016-08-091-3/+4
* fix epub3 toc.xhtml, epub date format to satisfy specYoshiki Shibukawa2016-08-091-0/+4
* remove extra colons in C++ domain examplesEric Knibbe2016-08-021-4/+4
* Merge pull request #2786 from shibukawa/fix/epubTakeshi KOMIYA2016-07-201-1/+1
|\
| * Reduce epub checker warnings/errors for epub3 builder.Yoshiki Shibukawa2016-07-171-1/+1
* | add preferred instruction to download role descriptionYoshiki Shibukawa2016-07-191-0/+6
* | fix document download roles. download roles works only on html.Yoshiki Shibukawa2016-07-192-2/+6
|/
* fix a mark-up typo in doc/install.rstjfbu2016-06-301-1/+1
* Fix #2629. Add new config option ``latex_keep_old_macro_names``jfbu2016-06-151-0/+15
* Convert text into links at bottom of tutorial.rst and top of config.rstjfbu2016-06-092-5/+10
* Display correctly the Builtin themes in the PDF build of Sphinx docjfbu2016-06-061-0/+2
* Update docs; the inputenc hack will be released at 1.4.3Takeshi KOMIYA2016-05-311-1/+1
* Only add '\\usepackage[utf8]{inputenc}' when using pdflatexAvram Lubkin2016-05-311-2/+7
* Update description of `numref` option (ref: #2384)Takeshi KOMIYA2016-05-271-1/+6
* Add info on inline web link syntaxbarbara-sfx2016-05-061-0/+2
* Split doctest extension docs into sectionsnevimov2016-05-021-6/+12
* Fix code example in "HTML theming support" docsnevimov2016-04-261-2/+2
* Add warning for Application.add_source_parser()Takeshi KOMIYA2016-04-241-0/+1
* Fix #2466: Allow image.data_uri and image.nonlocal_uri as confval of suppress...Takeshi KOMIYA2016-04-221-0/+2
* update devguide: following current procedure to run testshimizukawa2016-04-181-1/+1
* Define new warning types for `suppress_warnings` (ref #2451)Takeshi KOMIYA2016-04-161-0/+4
* Clear up Pygments is mandatoryRobert Lehmann2016-04-051-3/+3
* The default format of `today_fmt` and `html_last_updated_fmt` is back to strf...Takeshi KOMIYA2016-04-031-9/+20
* C++, make prefixes of type declarations better.Jakob Lykke Andersen2016-03-301-1/+18
* Merge branch '2327_toplevel_sectioning'Takeshi KOMIYA2016-03-031-0/+12
|\
| * Fix #2327: Add `latex_toplevel_sectioning` to switch the top level sectioning...Takeshi KOMIYA2016-03-021-0/+12
* | Merge branch '2229_suppress_warnings'Takeshi KOMIYA2016-03-031-0/+20
|\ \ | |/ |/|
| * Fix #2229: no warning is given for unknown optionsTakeshi KOMIYA2016-02-231-0/+1
| * Add :confval:`suppress_warnings` to supress arbitrary warning messageTakeshi KOMIYA2016-02-231-0/+19
* | Merge branch 'stable'Takeshi KOMIYA2016-03-021-5/+2
|\ \ | |/ |/|
| * update doc: LaTeX writer now refers maxdepth option (ref #2358)Takeshi KOMIYA2016-03-021-5/+2
* | Fix #2245: Add ``latex_elements["passoptionstopackages"]`` option to call Pas...Takeshi KOMIYA2016-02-231-0/+4
* | Merge pull request #2276 from tk0miya/1921_figure_substitutionsTakeshi KOMIYA2016-02-221-3/+17
|\ \
| * | Add figure_language_filename to customize filename pattern for figure substit...Takeshi KOMIYA2016-02-221-0/+8
| * | Fix #1921: Support figure substitutions by localeTakeshi KOMIYA2016-02-221-3/+9
* | | remove a part of description that mentioned about epub3 internal formating.shimizukawa2016-02-221-2/+1
* | | Fix: ambiguous description for epub3_page_progression_direction conf value.shimizukawa2016-02-221-2/+6
|/ /
* | Highlighting fallbacks by defaultTakeshi KOMIYA2016-02-201-3/+5
* | fix wrong documentationshimizukawa2016-02-151-7/+5
* | Fix #794: Date formatting in latex output is not localizedTakeshi KOMIYA2016-02-141-7/+21
* | classifier of glossary terms can be used for index entries grouping key. The ...shimizukawa2016-02-141-0/+20
* | Closes #1853: support custom text splitter on html search with `language='ja'`.shimizukawa2016-02-141-10/+52
* | Merge pull request #2321 from sphinx-doc/py-3-highlightingTakayuki SHIMIZUKAWA2016-02-145-19/+44
|\ \