Skip to content

Commit 5c1dad4

Browse files
authored
🐛 build docs - fix errors (#49)
* 🐛 change to correct directory * ⚡ do not save docs
1 parent ccca9f3 commit 5c1dad4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
run: |
3636
cd docs
3737
sphinx-build -n --keep-going -b html ./ ./_build/
38-
- name: save artifacts
39-
uses: actions/upload-artifact@v4
40-
with:
41-
name: Sphinx_${{ matrix.python-version }}
42-
path: docs/_build/
38+
# - name: save artifacts
39+
# uses: actions/upload-artifact@v4
40+
# with:
41+
# name: Sphinx_${{ matrix.python-version }}
42+
# path: docs/_build/

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)