diff --git a/docs/conf.py b/docs/conf.py index eac69ce..2bf9101 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ project = "mockup" copyright = "2024, Jakob Nybo Nissen, Henry Webel" author = "Jakob Nybo Nissen, Henry Webel" -PACKAGE_VERSION = metadata.version("mockup") +PACKAGE_VERSION = metadata.version("rasmussenlab-mockup") version = PACKAGE_VERSION release = PACKAGE_VERSION diff --git a/pyproject.toml b/pyproject.toml index d6ea8df..7c7d286 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ authors = [ {name = "Jakob Nybo Nissen", email = "jakobnybonissen@gmail.com"}, ] description = "A small example package" -name = "mockup" +name = "rasmussenlab-mockup" # This means: Load the version from the package itself. # See the section below: [tools.setuptools.dynamic] dynamic = ["version"] @@ -30,7 +30,7 @@ docs = [ "sphinx-book-theme", "myst-nb", "ipywidgets", - "sphinx-new-tab-link", + "sphinx-new-tab-link!=0.2.2", ] # Configure the Ruff linter: Ignore error number 501