Skip to content

Commit

Permalink
Test doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien4193 committed Nov 16, 2022
1 parent 6879a01 commit 3fdbe68
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions python/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

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 @@ -60,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = brayns.__version__
version = '2.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 3fdbe68

Please sign in to comment.