diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7ff7221..a06a658 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -35,8 +35,8 @@ jobs: run: | cd docs sphinx-build -n --keep-going -b html ./ ./_build/ - - name: save artifacts - uses: actions/upload-artifact@v4 - with: - name: Sphinx_${{ matrix.python-version }} - path: docs/_build/ + # - name: save artifacts + # uses: actions/upload-artifact@v4 + # with: + # name: Sphinx_${{ matrix.python-version }} + # path: docs/_build/ diff --git a/docs/conf.py b/docs/conf.py index d892daa..6a86ef6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ # -- Project information ----------------------------------------------------- -project = "mockup" +project = "vuegen" copyright = "2024, Multiomics-Analytics-Group" author = "Multiomics-Analytics-Group, Sebastián Ayala Ruano, Henry Webel, Alberto Santos" PACKAGE_VERSION = metadata.version("vuegen") @@ -130,7 +130,7 @@ from pathlib import Path PROJECT_ROOT = Path(__file__).parent.parent - PACKAGE_ROOT = PROJECT_ROOT / "vuegen" + PACKAGE_ROOT = PROJECT_ROOT / "src" / "vuegen" def run_apidoc(_): from sphinx.ext import apidoc