Skip to content

Commit

Permalink
Merge pull request #99 from AllenNeuralDynamics/wip/update_docs_docst…
Browse files Browse the repository at this point in the history
…rings

Wip/update docs docstrings
  • Loading branch information
hannalee2 authored Oct 7, 2024
2 parents 64b5813 + 58f946c commit 3faebad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from docutils.parsers.rst import roles
from docutils import nodes

sys.path.insert(0, os.path.abspath('../../parallax'))
sys.path.insert(0, os.path.abspath('../../parallax/'))

INSTITUTE_NAME = "Allen Institute for Neural Dynamics"

Expand All @@ -24,7 +24,12 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = ["sphinx.ext.todo", "sphinx.ext.viewcode", "sphinx.ext.autodoc", "sphinxcontrib.video"]
extensions = [
"sphinx.ext.viewcode",
"sphinx.ext.autodoc",
"sphinx.ext.todo",
"sphinxcontrib.video"
]

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
Expand Down
2 changes: 1 addition & 1 deletion parallax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import os

__version__ = "0.38.9"
__version__ = "0.38.10"

# allow multiple OpenMP instances
os.environ["KMP_DUPLICATE_LIB_OK"] = "True"

0 comments on commit 3faebad

Please sign in to comment.