From 042b201445ac4fe2a84b73c3f9f98119fb7bacca Mon Sep 17 00:00:00 2001 From: Francesco Ballarin Date: Thu, 11 Jan 2024 15:22:13 +0100 Subject: [PATCH] Remove further occurences of rbnicsx --- .github/workflows/ci.yml | 1 - .github/workflows/website.yml | 1 - conf.py | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) 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"