Skip to content

Commit

Permalink
#34 update sphinx config
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Mar 4, 2024
1 parent 278ccb9 commit 31faf73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/api/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# 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
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('../../src/python/'))
sys.path.insert(0, os.path.abspath('../../../src/python/'))

# -- General configuration ------------------------------------------------

Expand Down Expand Up @@ -64,16 +64,16 @@
# built documents.
#
# The short X.Y version.
version = u'3.4'
version = u'2024.1'
# The full version, including alpha/beta/rc tags.
release = u'3.4dev'
release = u'2024.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down

0 comments on commit 31faf73

Please sign in to comment.