Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Mar 3, 2024
1 parent 1361b7b commit d9e3d91
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
# version is used.
sys.path.insert(0, os.path.join(project_root, 'src'))

from pynwb._version import get_versions

import pynwb

# -- Autodoc configuration -----------------------------------------------------

Expand Down Expand Up @@ -191,9 +190,9 @@ def __call__(self, filename):
# built documents.
#
# The short X.Y version.
version = '{}'.format(get_versions()['version'])
version = pynwb.__version__
# The full version, including alpha/beta/rc tags.
release = '{}'.format(get_versions()['version'])
release = pynwb.__version__

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit d9e3d91

Please sign in to comment.