File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1616# documentation root, use os.path.abspath to make it absolute, like shown here.
1717#
1818
19- root = path .realpath (path .join (path .dirname (__file__ ), ".." , ".." ))
19+ root = path .realpath (path .join (path .dirname (__file__ ), ".." ))
2020sys .path .insert (1 , root )
2121sys .path .append (os .path .abspath ('matplotlib_ext' ))
2222# sys.path.insert(0, os.path.abspath("."))
7777# List of patterns, relative to source directory, that match files and
7878# directories to ignore when looking for source files.
7979# This pattern also affects html_static_path and html_extra_path.
80- exclude_patterns = ["_build" , "Thumbs.db" , ".DS_Store" ]
80+ exclude_patterns = ["_build" , "Thumbs.db" ]
8181
8282
8383# -- Options for HTML output -------------------------------------------------
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Classes Overview
103103****************
104104
105105.. toctree ::
106- :maxdepth: 2
106+ :maxdepth: 0
107107 :caption: Quick Start
108108
109109 quickstart
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ nbsphinx==0.8.7
55nbsphinx-link >= 1.3.0
66pandoc >= 2.14.0
77recommonmark == 0.7.1
8- okama >= 1.0.0
8+ okama >= 1.0.1
9+ ipython >= 7.20.0
You can’t perform that action at this time.
0 commit comments