Skip to content

Commit

Permalink
Fix conf.py version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien4193 committed Nov 16, 2022
1 parent 0c8a54d commit 3b16b26
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions python/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import pathlib
import sys

SOURCE = pathlib.Path(__file__).parent
DOC = SOURCE.parent
PYTHON = DOC.parent

sys.path.insert(0, str(PYTHON))

import brayns

# 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.
Expand Down Expand Up @@ -61,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = brayns.__version__
version = '3.0'
# The full version, including alpha/beta/rc tags.
release = version
release = f'{version}.0'

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

0 comments on commit 3b16b26

Please sign in to comment.