We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4048754 commit af462dbCopy full SHA for af462db
1 file changed
docs/conf.py
@@ -37,6 +37,9 @@
37
'sphinx.ext.doctest',
38
]
39
40
+# The master toctree document.
41
+master_doc = 'index'
42
+
43
doctest_global_setup = '''
44
from emacs import Emacs, EmacsException
45
import emacs.elisp as el
0 commit comments