summaryrefslogtreecommitdiff
path: root/docs/source/conf.py
Commit message (Collapse)AuthorAge
* thread: drop the use of urwidtreesAnton Khirnov2020-02-19
| | | | | | | | | | Their API is misdesigned - forces the use of trees for nontree objects and mixes data relationships with display properties. The result is a mess that is hard to understand/maintain/extend. Replace the use of urwidtrees with urwid Pile and ListBox. This temporarily removes tree-style indentation and decorations for thread buffers. That will be reimplemented in following commits.
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
|
* docs: clean up sphinx configPatrick Totzke2018-11-11
|
* docs: use sphinx's autodoc_mock_imports to mockPatrick Totzke2018-11-11
| | | | | .. out stuff whne building the docs instead of using homebrew methods. http://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_mock_imports
* docs: Remove references to twistedDylan Baker2018-07-26
| | | | Except for an FAQ entry about it.
* Remove old __future__ importsLucas Hoffmann2018-06-19
| | | | They are not needed for python >= 3.0.
* settings: Load spec file even if config file is undefined.Dylan Baker2017-08-16
| | | | | | | | | | This is necessary even if the config file is None to ensure that the spec file is loaded Also mock out the setting.const module in the docs, otherwise they'll fail to generate. Fixes #1094
* convert from pygpgme to the python "gpg" moduleDaniel Kahn Gillmor2017-08-14
| | | | | | | | | | | | | | | This converts from the now abandoned pygpgme project for wrapping gpgme, to the upstream gpgme python bindings (which are descended from the pyme project, before they became official). Largely this change should not be user visible, but there are a couple cases where the new bindings provide slightly more detailed error messages, and alot directly presents those messages to users. This patch has been significantly revised and updated by Dylan Baker, but was originally authored by Daniel Kahn Gillmor. Fixes #1069
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
|
* docs: mock our urwidtreesPatrick Totzke2017-01-08
| | | | | | | | this is to make sure that sphinx's autodoc works for `alot.UI` and other urwid-derived classes when building the docs on readthedocs.net fixes #938
* Use cls as first argument to classmethodsLucas Hoffmann2016-12-17
|
* more pythonic names in doc-scriptsPatrick Totzke2016-12-16
| | | | https://www.quantifiedcode.com/app/issue_class/AiJMd9EB
* fix small stuff in the docsPatrick Totzke2014-08-02
|
* docs: fix rtfd.org buildPatrick Totzke2012-12-15
|
* Merge branch '0.3.3-fix-authors-530'Patrick Totzke2012-12-15
|
* Merge branch '0.3.2-feature-multiinput-42'Patrick Totzke2012-08-25
|\
| * doc docstrings for UIPatrick Totzke2012-08-19
| |
* | Reenable the sidebar in the HTML documentationSimon Chopin2012-08-24
|/ | | | | | | Without this sidebar it is not possible to use the search feature of the documentation. This patch will be shipped with the Debian package — no point in fixing the search feature if it remains hidden ;-).
* docs: intersphinx links to urwid and notmuchPatrick Totzke2012-08-18
|
* doc: rtfd Mock class hackPatrick Totzke2012-08-10
| | | | | | | this makes autodoc of urwid decendants work again. cheers to teythoon closes #496
* Add a hidden TOC for the manpageSimon Chopin2012-07-23
| | | | | This allows to silence the warnings while making it possible to build the manpage from source.
* doc: fix toctree warningsPatrick Totzke2012-07-10
| | | | | this is done now by either including a hidden toctree or renaming *.rst files
* doc: fix warningsPatrick Totzke2012-06-26
| | | | | | | | this fixes uncritical warnings during the manual/api compilation: * don't quote using backticks * mark orphan docs as such * don't refer to non-existant static files to be copied over
* docs: minor fixesPatrick Totzke2012-05-29
| | | | this fixes a few broken links and duplicate module defs in the sphinx docs
* doc: added gpgme Mock classesPatrick Totzke2012-05-29
| | | | for api doc generation on rtfd.org
* docs: added mock class for pymePatrick Totzke2012-05-17
| | | | | this adds pyme.* to the list of mock-present modules so that rtfd.org can build the manual
* docs: clean up manpagePatrick Totzke2012-03-18
| | | | | this also drops the man page alot.rc(5) for the old config syntax.
* doc: autodoc classes' constructors docstringPatrick Totzke2012-03-11
|
* docs: don't use hardcoded version stringPatrick Totzke2012-03-10
| | | | in conf.py
* docs: intersphinx link to notmuch docsPatrick Totzke2012-02-25
|
* fix sphinx build sys.pathPatrick Totzke2012-02-11
| | | | after moving the source directory of the docs one level up
* use version string from local modulePatrick Totzke2012-02-11
|
* joined and cleaned up user/api docsPatrick Totzke2012-02-11