Skip to content

Commit

Permalink
Merge pull request #361 from jonwright/master
Browse files Browse the repository at this point in the history
fix version and try to get API docs
  • Loading branch information
jonwright authored Dec 6, 2024
2 parents f9ff952 + d37b135 commit 1231551
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/sphx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# serve to show the default.

import sys, os
sys.path.insert(0, '.')
import ImageD11

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down Expand Up @@ -41,16 +43,16 @@

# General information about the project.
project = u'ImageD11'
copyright = u'2020, Jon Wright'
copyright = u'2024, Jon Wright'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '1.9.8'
version = ImageD11.__version__
# The full version, including alpha/beta/rc tags.
release = '1.9.8'
release = ImageD11.__version__

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

0 comments on commit 1231551

Please sign in to comment.