Skip to content

Commit

Permalink
Fix doc generation for new packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Apr 23, 2021
1 parent 8c19f43 commit 9341721
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@
# built documents.
#
# The short X.Y version.
from astroid.__pkginfo__ import version

from astroid import __version__

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

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

0 comments on commit 9341721

Please sign in to comment.