We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccca9f3 commit 9b9282dCopy full SHA for 9b9282d
docs/conf.py
@@ -15,7 +15,7 @@
15
16
# -- Project information -----------------------------------------------------
17
18
-project = "mockup"
+project = "vuegen"
19
copyright = "2024, Multiomics-Analytics-Group"
20
author = "Multiomics-Analytics-Group, Sebastián Ayala Ruano, Henry Webel, Alberto Santos"
21
PACKAGE_VERSION = metadata.version("vuegen")
@@ -130,7 +130,7 @@
130
from pathlib import Path
131
132
PROJECT_ROOT = Path(__file__).parent.parent
133
- PACKAGE_ROOT = PROJECT_ROOT / "vuegen"
+ PACKAGE_ROOT = PROJECT_ROOT / "src" / "vuegen"
134
135
def run_apidoc(_):
136
from sphinx.ext import apidoc
0 commit comments