Skip to content

Commit

Permalink
Molify style checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHambley committed Jun 19, 2024
1 parent fb71163 commit 005d855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#
import os
import sys
from fab import __version__ as fab_version
sys.path.insert(0, os.path.abspath('../../source'))


Expand All @@ -22,8 +23,7 @@
author = 'Fab Team'

# The full version, including alpha/beta/rc tags
import fab
release = fab.__version__
release = fab_version

# The version up to the minor patch, for distinguishing multi-version docs
version = '.'.join(release.split('.')[:2])
Expand Down

0 comments on commit 005d855

Please sign in to comment.