auto-complete-rst is a source for Auto Complete Mode to help editing reStructuredText including Sphinx document.
Minimum setup:
(require 'auto-complete-rst) (auto-complete-rst-init)
This configuration variable specifies other sources to use in rst-mode.
Default ac-sources
will be used if it is nil
(default).
Example:
(setq auto-complete-rst-other-sources '(ac-source-filename ac-source-abbrev ac-source-dictionary ac-source-yasnippet))
This configuration variable specifies Sphinx extension to add.
Example:
(setq auto-complete-rst-sphinx-extensions '("PATH/TO/SOME/EXTENSION.py" "sphinx.ext.todo"))