Skip to content

Commit d8ec23a

Browse files
committed
Fix docs build: package name
Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
1 parent 1536b59 commit d8ec23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
import pkg_resources
1717

18-
release = pkg_resources.get_distribution("logwrap").version
18+
release = pkg_resources.get_distribution("Advanced-Descriptors").version
1919
version = '.'.join(release.split('.')[:2])
2020

2121
# If extensions (or modules to document with autodoc) are in another directory,

0 commit comments

Comments
 (0)