diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17e0707..9f1d2d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,6 @@ on: branches: - "**" - "!gh-pages" - - "!open-in-colab-rbnicsx" pull_request: branches: - main diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index a505bc5..4a34555 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -5,7 +5,6 @@ on: branches: - "**" - "!gh-pages" - - "!open-in-colab-rbnicsx" pull_request: branches: - main diff --git a/conf.py b/conf.py index d571477..713f6b8 100644 --- a/conf.py +++ b/conf.py @@ -10,7 +10,7 @@ # -- Project information ----------------------------------------------------- project = "RBniCS Project" -copyright = "2015-2024, the RBniCS and RBniCSx authors" +copyright = "2015-2024, the RBniCS authors" author = "Francesco Ballarin"