Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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
Expand Down