summaryrefslogtreecommitdiff
path: root/doc/conf.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | enable sphinx.ext.viewcode for sphinx doc itselfTakayuki Shimizukawa2014-10-281-1/+2
| |
* | make :any: role work with intersphinx!Georg Brandl2014-09-191-1/+1
| |
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | Makes suggested changes before adding napoleon to sphinxRob Ruana2014-01-191-2/+1
| |
* | Merges napoleon extension into mainline sphinxRob Ruana2014-01-181-1/+3
|/
* Add epub_guide entry to doc/conf.pyRoland Meister2013-06-191-0/+1
| | | | The toc for the spinx documentation actually is in contents.rst.
* add 'locale_dirs' and 'gettext_compact' to conf.py for translation setup easierTakayuki Shimizukawa2013-03-311-0/+4
|
* epub_use_index instead of html_use_index for epub builder (Issue #1106)Roland Meister2013-03-061-0/+1
| | | | | | 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.
* Add orphan documents as epub_post_files.Roland Meister2013-02-141-0/+2
|
* add "epub_show_urls" option to doc and quickstart.shirou2013-02-091-0/+1
|
* New doc design "sphinx13".Georg Brandl2013-01-181-1/+2
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Update Sphinx URL to new sphinx-doc.org domain.Georg Brandl2012-11-041-2/+2
|
* Merge with birkenfeld/sphinxRoland Meister2012-02-131-0/+2
|\
| * Add a rudimentary manpage for sphinx-apidoc.Georg Brandl2011-10-071-0/+2
| |
* | Add _static/websupport.js to epub_exclude_files.Roland Meister2011-02-281-1/+1
| |
* | Merge with birkenfeld/sphinx.Roland Meister2011-02-281-6/+20
|\ \ | |/
| * merge with 1.0Georg Brandl2011-01-071-4/+8
| |\
| | * Parse parmeter field in event descriptions.Georg Brandl2011-01-071-4/+8
| | |
| * | #516: Added new value of the :confval:`latex_show_urls` option to show the ↵Georg Brandl2011-01-061-0/+1
| | | | | | | | | | | | URLs in footnotes.
| * | merge with 1.0Georg Brandl2011-01-041-1/+1
| |\ \ | | |/
| | * New year update.Georg Brandl2011-01-041-1/+1
| | |
| * | merge with 1.0Georg Brandl2010-10-221-1/+0
| |\ \ | | |/
| | * Remove obsolete config value.Georg Brandl2010-10-221-1/+0
| | |
| * | Add documentation for Texinfo builderJonathan Waltman2010-09-161-0/+6
| |/
| * #481, #482: fix ``.name`` reference matching.Georg Brandl2010-08-051-2/+4
| | | | | | | | | | #482: When doing a non-exact search, match only the given type of object. #481: Apply non-exact search for Python reference targets with ``.name`` for modules too.
| * #480: Fix handling of target naming in intersphinx.Georg Brandl2010-08-051-0/+2
| |
* | Added epub_max_image_width configuration option.Roland Meister2011-02-281-0/+1
| |
* | Added epub_fix_images configuration optionRoland Meister2011-02-271-0/+1
|/
* Correct handling of extensions for extra filesRoland Meister2010-06-071-1/+1
|
* Added one more epub_exclude_file.Roland Meister2010-06-031-1/+1
|
* Restore sphinxdoc theme.Georg Brandl2010-05-251-2/+1
|
* In the default theme, the sidebar can experimentally now be made collapsible ↵Georg Brandl2010-05-241-1/+2
| | | | using the new ``collapsiblesidebar`` theme option.
* Rename the extlink roles to avoid confusion between :rstdir: and :rst:dir:.Georg Brandl2010-05-241-6/+6
|
* Use the new rst domain in the sphinx docs.Georg Brandl2010-04-171-25/+0
|
* Mention standard rst roles in inline markup.Georg Brandl2010-03-011-0/+2
|
* Add some domain documentation.Georg Brandl2010-03-011-1/+1
|
* Begin the Great Refactoring of the docs.Georg Brandl2010-02-281-1/+0
| | | | | | * Move sphinx-build option description from intro to a new document. * Move toctree information to a new document in markup/. * Add a tutorial document placed after intro. Begin filling it in.
* Add a bit more content to the reST primer, and add links to the reST ↵Georg Brandl2010-02-281-1/+5
| | | | reference docs for all constructs.
* Change domain-index API: introduce a class.Georg Brandl2010-02-281-0/+1
|
* Remove hand-written manpages, add rst documents to be built with the manpage ↵Georg Brandl2010-02-251-0/+4
| | | | builder.
* Add manual page writer.Georg Brandl2010-02-211-0/+5
|
* merge with trunkGeorg Brandl2010-01-171-47/+3
|\
| * Clean up conf.py file for the docs.Georg Brandl2010-01-171-47/+3
| |
* | Finish new doc field handling implementation.Georg Brandl2010-01-171-1/+1
| |
* | Add the "viewcode" extension.Georg Brandl2010-01-131-1/+1
| |
* | merge with trunk (not working perfectly yet)Georg Brandl2010-01-071-1/+3
|\ \ | |/
| * The ``html_sidebars`` config value can now contain patterns as keys, and the ↵Georg Brandl2010-01-071-1/+1
| | | | | | | | | | | | values can be lists that explicitly select which sidebar templates should be rendered. That means that the builtin sidebar contents can be included only selectively.