Skip to content

Commit

Permalink
docs: add ipython to docs requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
chilango74 committed Sep 15, 2021
1 parent 0b26d9f commit ae329ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -16,7 +16,7 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#

root = path.realpath(path.join(path.dirname(__file__), "..", ".."))
root = path.realpath(path.join(path.dirname(__file__), ".."))
sys.path.insert(1, root)
sys.path.append(os.path.abspath('matplotlib_ext'))
# sys.path.insert(0, os.path.abspath("."))
Expand Down Expand Up @@ -77,7 +77,7 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
exclude_patterns = ["_build", "Thumbs.db"]


# -- Options for HTML output -------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -103,7 +103,7 @@ Classes Overview
****************

.. toctree::
:maxdepth: 2
:maxdepth: 0
:caption: Quick Start

quickstart
Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
Expand Up @@ -5,4 +5,5 @@ nbsphinx==0.8.7
nbsphinx-link>=1.3.0
pandoc>=2.14.0
recommonmark==0.7.1
okama>=1.0.0
okama>=1.0.1
ipython>=7.20.0

0 comments on commit ae329ed

Please sign in to comment.