File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -----------------------------------------------------
3434# Add any paths that contain templates here, relative to this directory.
3535templates_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.
You can’t perform that action at this time.
0 commit comments