Skip to content

Commit

Permalink
Merge pull request #8 from demidenm/development
Browse files Browse the repository at this point in the history
resolve conf.py for correct build
  • Loading branch information
demidenm authored Jun 22, 2024
2 parents 82751bb + 186b957 commit cf9c6ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath("sphinxext"))
sys.path.insert(0, os.path.abspath("../imgreliability"))
sys.path.insert(0, os.path.abspath("../pyrelimri"))


# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'Python-based Reliability in MRI (PyReliMRI)'
copyright = '2023, Michael I. Demidenko & Russell A. Poldrack'
copyright = '2024, Michael I. Demidenko & Russell A. Poldrack'
author = 'Michael I. Demidenko & Russell A. Poldrack'

# -- General configuration ---------------------------------------------------
Expand All @@ -48,6 +48,8 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
'sphinx_rtd_theme',
]

Expand Down

0 comments on commit cf9c6ac

Please sign in to comment.