Skip to content

Commit

Permalink
updated conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjauregui committed Apr 21, 2020
1 parent 80865fe commit 34fd537
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
IPython >= 7.12.0
numpy >= 1.16.1
numpydoc >=0.9.2
numba >= 0.48.0
Expand Down
5 changes: 1 addition & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@
# In this case, since you start in the source folder, it is two levels up.
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))
import sphinx_rtd_theme
sys.path.insert(0, os.path.abspath('../..'))
try:
import IPython
print("ipython: %s, %s" % (IPython.__version__, IPython.__file__))
except ImportError:
print("no ipython")



# -- Project information -----------------------------------------------------

project = 'famafrench'
Expand All @@ -33,7 +31,6 @@
version = '0.1.0'
release = version


# -- General configuration ---------------------------------------------------

# Add any Sphinx extension module names here, as strings. They can be
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
]

requires = [
'IPython >= 7.12.0',
'numpy >= 1.16.1',
'numpydoc >=0.9.2',
'numba >= 0.48.0',
Expand Down

0 comments on commit 34fd537

Please sign in to comment.