Skip to content

Commit af462db

Browse files
committed
Fix sphinx config
1 parent 4048754 commit af462db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
'sphinx.ext.doctest',
3838
]
3939

40+
# The master toctree document.
41+
master_doc = 'index'
42+
4043
doctest_global_setup = '''
4144
from emacs import Emacs, EmacsException
4245
import emacs.elisp as el

0 commit comments

Comments
 (0)