Skip to content

Commit ae329ed

Browse files
committed
docs: add ipython to docs requirements.txt
1 parent 0b26d9f commit ae329ed

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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__), ".."))
2020
sys.path.insert(1, root)
2121
sys.path.append(os.path.abspath('matplotlib_ext'))
2222
# sys.path.insert(0, os.path.abspath("."))
@@ -77,7 +77,7 @@
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 -------------------------------------------------

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ nbsphinx==0.8.7
55
nbsphinx-link>=1.3.0
66
pandoc>=2.14.0
77
recommonmark==0.7.1
8-
okama>=1.0.0
8+
okama>=1.0.1
9+
ipython>=7.20.0

0 commit comments

Comments
 (0)