From 47f3842aa20c57b613995d0d8625f2c84e8c4628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Balajti?= Date: Wed, 13 Nov 2024 13:29:15 +0100 Subject: [PATCH] update versioning --- docs/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 08c429c..ece74e8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,4 @@ -from htsinfer import __version__ +from htsinfer.version import __version__ # Configuration file for the Sphinx documentation builder. # @@ -48,9 +48,7 @@ # This pattern also affects html_static_path and html_extra_path. exclude_patterns = [ '_build', - 'api/yourpackage.rst', 'setup.py', - 'Thumbs.db', '.DS_Store', '.eggs' ]