Skip to content

Commit

Permalink
Fixing version import in sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
GDeLaurentis committed Aug 6, 2024
1 parent 45f4e8d commit 181c4df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

version = re.findall(r"version = \"([\d\.]+)\"", content)[0]

from version import __version__ as version # noqa: E402

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit 181c4df

Please sign in to comment.