Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yan committed Feb 3, 2023
1 parent 4e4b8cb commit c44c613
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
__version__ = about["__version__"]

sys.path.insert(0, os.path.abspath('../../src'))
package_path = os.path.abspath('../../src')
os.environ['PYTHONPATH'] = ':'.join(
(package_path, os.environ.get('PYTHONPATH', '')))


# -- Project information -----------------------------------------------------
Expand All @@ -76,13 +79,15 @@
# ones.
extensions = [
"sphinx.ext.autodoc",
'sphinx_autodoc_typehints',
"sphinx.ext.mathjax",
"sphinx.ext.viewcode",
"sphinx_gallery.load_style",
# "sphinx_gallery.gen_gallery",
'nbsphinx',
"jupyter_sphinx",
'sphinx_copybutton',
'jupyter_sphinx.execute'
]

# The master toctree document.
Expand Down

0 comments on commit c44c613

Please sign in to comment.