Skip to content

Commit f5d027c

Browse files
authored
Merge branch 'main' into dynamic_versions
2 parents 24646c2 + 5c1dad4 commit f5d027c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# -- Project information -----------------------------------------------------
1717

18-
project = "mockup"
18+
project = "vuegen"
1919
copyright = "2024, Multiomics-Analytics-Group"
2020
author = "Multiomics-Analytics-Group, Sebastián Ayala Ruano, Henry Webel, Alberto Santos"
2121
PACKAGE_VERSION = metadata.version("vuegen")
@@ -130,7 +130,7 @@
130130
from pathlib import Path
131131

132132
PROJECT_ROOT = Path(__file__).parent.parent
133-
PACKAGE_ROOT = PROJECT_ROOT / "vuegen"
133+
PACKAGE_ROOT = PROJECT_ROOT / "src" / "vuegen"
134134

135135
def run_apidoc(_):
136136
from sphinx.ext import apidoc

0 commit comments

Comments
 (0)