Skip to content

Commit 5467603

Browse files
committed
Update documentation configuration
1 parent a86dfe5 commit 5467603

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
# add these directories to sys.path here. If the directory is relative to the
1111
# documentation root, use os.path.abspath to make it absolute, like shown here.
1212
#
13-
# import os
14-
# import sys
15-
# sys.path.insert(0, os.path.abspath('.'))
13+
import os
14+
import sys
15+
sys.path.insert(0, os.path.abspath('../'))
1616

1717

1818
# -- Project information -----------------------------------------------------
@@ -34,6 +34,9 @@
3434
# Add any paths that contain templates here, relative to this directory.
3535
templates_path = ['_templates']
3636

37+
# The master toctree document.
38+
master_doc = 'index'
39+
3740
# List of patterns, relative to source directory, that match files and
3841
# directories to ignore when looking for source files.
3942
# This pattern also affects html_static_path and html_extra_path.

0 commit comments

Comments
 (0)