summaryrefslogtreecommitdiff
path: root/doc/config.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merged in shibu/sphinx/add_stemmer (pull request #214)Georg Brandl2014-03-041-0/+27
|\
| * Add development memo about stemming JS code, acceleration tips about ↵Yoshiki Shibukawa2014-01-221-0/+9
| | | | | | | | stemming, small bug fix
| * update documentYoshiki Shibukawa2014-01-221-0/+16
| |
* | Merged in erny1803/sphinx (pull request #227)Georg Brandl2014-03-011-0/+6
|\ \ | | | | | | | | | Latex: Allow alternative float options for figures
| * | Allow alternative float options for figure. See #1. no-pep8Ernesto Revilla2014-02-201-0/+6
| |/
* | Add versionadded tags for new config values.Georg Brandl2014-03-011-5/+10
| |
* | Add feature to suppress uuid/location information for message catalogshayashi2014-02-011-0/+13
|/ | | | | | | | | | | | | | Before: default #: ../../../source/news.txt:6 # 9f62de6b9c3b477095dba5e468972e6d msgid "News" msgstr After: suppress uuid & location information msgid "News" msgstr
* merge with stableGeorg Brandl2014-01-201-33/+2
|\
| * The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ↵Georg Brandl2014-01-191-32/+0
| | | | | | | | ``unused_docs`` have been removed.
| * Merged in keimlink/sphinx/improve-tags-docs (pull request #167)Georg Brandl2014-01-191-1/+2
| |\ | | | | | | | | | Explain that only tags set via command-line or tags.add() are available
| | * Explain that only tags set via command-line or tags.add() are availableMarkus Zapke-Gr?ndemann2013-09-191-1/+2
| | |
| * | merge with stableGeorg Brandl2014-01-131-0/+2
| |\ \
| * \ \ merge with stableGeorg Brandl2014-01-121-1/+2
| |\ \ \
| * \ \ \ merge with stableGeorg Brandl2014-01-121-1/+1
| |\ \ \ \
| | * | | | Fix for Issue #1071Samuel Wright2013-10-251-1/+1
| | | | | |
* | | | | | updates per Georg Brandl:Viktor Haag2014-01-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change alteration to docs to express path relative to "configuration directory" and not "conf.py" - Update block in HTML builder copying favicon to _static to mirror handling of html_logo
* | | | | | address issue #1352 -- make sure to check for the actual file stored in ↵Viktor Haag2014-01-201-8/+11
| |_|_|/ / |/| | | | | | | | | | | | | | config.html_logo.
* | | | | Closes #1328: clarify that builder-specific tags are not available when ↵Georg Brandl2014-01-121-0/+2
| |_|/ / |/| | | | | | | | | | | conf.py is executed.
* | | | #1345: Fix two bugs with :confval:`nitpick_ignore`; now you don't have toGeorg Brandl2014-01-121-1/+2
|/ / / | | | | | | | | | remove the store environment for changes to have effect.
* | | Closes #1082: clarify that html_title default value does not really have ↵Georg Brandl2014-01-111-2/+2
|/ / | | | | | | placeholders
* | Merged in erikb85/sphinx (pull request #154)Takayuki Shimizukawa2013-09-231-0/+6
|\ \ | |/ |/| | | Removing "sphinx" prefix from Latex class parsing
| * Note in the documentation, that prepending "sphinx" is not necessary anymore.Erik Bernoth2013-09-231-0/+6
| |
* | Locale update: new locales, others updated from Transifex.Georg Brandl2013-09-161-0/+3
| |
* | Set up initial test.Matthias C. M. Troffaes2013-08-221-4/+8
| |
* | Add and document html_extra_path option.Matthias C. M. Troffaes2013-08-221-4/+14
|/
* Adjust docs about inline URLs for the epub builderRoland Meister2013-06-061-0/+3
|
* Merge with birkenfeld/sphinxRoland Meister2013-04-031-0/+1
|\
| * New 'footnote' setting for epub_show_links.Roland Meister2013-03-111-0/+1
| |
* | Merged in rolmei/sphinx-epub (pull request #126)Roland Meister2013-04-031-0/+2
|\ \ | |/ |/| | | New option epub_tocscope
| * docs: add versionadded to epub_use_index confvalGeorg Brandl2013-03-291-0/+2
| |
* | Merge with birkenfeld/sphnxRoland Meister2013-03-101-0/+9
|\ \ | |/ |/|
| * Add new setting epub_tocscope for epub builder.Roland Meister2013-03-061-0/+9
| | | | | | | | The new setting replaces the old heuristic that was never that good.
* | Merged in rolmei/sphinx-epub (pull request #123)Takayuki Shimizukawa2013-03-101-0/+5
|\ \ | |/ | | | | epub_use_index instead of html_use_index for epub builder (Issue #1106)
| * epub_use_index instead of html_use_index for epub builder (Issue #1106)Roland Meister2013-03-061-0/+5
| | | | | | | | | | | | The change adds the method get_builder_config. This allows use of the option epub_use_index instead of html_use_index for epub output.
* | change 1.1.3 to 1.2 about latex_additional_files in conf.py document.WAKAYAMA Shirou2013-03-071-1/+1
| |
* | move "copy additional files" after "copying TeX support files" in latex builder.WAKAYAMA Shirou2013-03-051-0/+3
|/ | | | It enables the user to override TeX support files such as sphinx.sty by setting latex_additional_files.
* Set latex_elements['fontpkg'] = '' for Cyrillic languages (suggested by ↵Jonathan Waltman2013-02-221-0/+6
| | | | Dmitry Shachnev)
* Merged in mitya57/sphinx (pull request #114)Jon Waltman2013-02-221-1/+5
|\ | | | | | | LaTeX writer: include cmap package by default
| * Add a versionadded directiveDmitry Shachnev2013-02-111-0/+2
| |
| * LaTeX writer: include cmap package by default.Dmitry Shachnev2013-02-101-1/+3
| | | | | | | | Also, fix a small typo in config.rst.
* | Changelog entry for pull request 115 and doc update.Jonathan Waltman2013-02-201-0/+4
| |
* | Closes #1110: Add new config value texinfo_no_detailmenu and do not generate ↵Jonathan Waltman2013-02-191-0/+7
|/ | | | detailed menus for non-"Top" nodes.
* add "versionadd".WAKAYAMA Shirou2013-02-101-0/+2
|
* change "epub_show_urls" option default value to 'inline'.WAKAYAMA Shirou2013-02-091-4/+5
| | | | This keeps the current behaviour.
* Merged birkenfeld/sphinx into defaultWAKAYAMA shirou2013-02-091-0/+1
|\
| * Add Basque to the list of languages.Georg Brandl2013-02-071-0/+1
| |
* | add epub_show_urls option. This option is almost same as latex_show_urls.WAKAYAMA Shirou2013-02-061-0/+8
|/
* Closes #1067: implement pluggable search scorer and tweak scoring to give ↵Georg Brandl2013-01-041-0/+9
| | | | good results. Patch by Hernan Grecco.
* Add Docutils-native XML and pseudo-XML buildersJon Waltman2012-12-041-0/+10
|
* Fix Norwegian language code.Georg Brandl2012-10-281-0/+1
|