mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2026-02-27 06:28:04 +00:00
Compare commits
5 Commits
2025.5.20.
...
2025.5.20.
| Author | SHA1 | Date | |
|---|---|---|---|
| c91ff83bb5 | |||
| c22f4f4d02 | |||
| 919cd3e4bd | |||
| 4fad1ced08 | |||
| 3bb38a95eb |
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -82,5 +82,13 @@ jobs:
|
||||
uv sync --group tests
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
PYTEST_ADDOPTS: "--cov-report=lcov"
|
||||
run: |
|
||||
uv run test
|
||||
|
||||
- name: Upload coverage to Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: coverage.lcov
|
||||
|
||||
@@ -18,7 +18,3 @@ build:
|
||||
- uv sync --group docs
|
||||
install:
|
||||
- uv run python -m sphinx -T -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
|
||||
|
||||
# Build documentation in the "docs/" directory with Sphinx
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
|
||||
12
docs/conf.py
12
docs/conf.py
@@ -47,8 +47,8 @@ master_doc = "index"
|
||||
|
||||
# General information about the project.
|
||||
project = "invenio-config-iform"
|
||||
copyright = "2022, TU Graz"
|
||||
author = "TU Graz"
|
||||
copyright = "2025, I-Form"
|
||||
author = "I-Form"
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
@@ -109,10 +109,10 @@ html_theme = "alabaster"
|
||||
|
||||
html_theme_options = {
|
||||
"description": "invenio module that adds iform configs.",
|
||||
"github_user": "TU Graz",
|
||||
"github_user": "Cian-H",
|
||||
"github_repo": "invenio-config-iform",
|
||||
"github_button": False,
|
||||
"github_banner": True,
|
||||
"github_button": True,
|
||||
"github_banner": False,
|
||||
"show_powered_by": False,
|
||||
"extra_nav_links": {
|
||||
"invenio-config-iform@Github": "https://github.com/Cian-H/invenio-config-iform",
|
||||
@@ -244,7 +244,7 @@ latex_documents = [
|
||||
master_doc,
|
||||
"invenio-config-iform.tex",
|
||||
"invenio-config-iform Documentation",
|
||||
"Mojib Wali",
|
||||
"I-Form",
|
||||
"manual",
|
||||
),
|
||||
]
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
-e .[docs,tests]
|
||||
@@ -8,4 +8,4 @@
|
||||
|
||||
"""Metadata for this python module."""
|
||||
|
||||
__version__ = "2025.5.20.9"
|
||||
__version__ = "2025.5.20.13"
|
||||
|
||||
Reference in New Issue
Block a user