From 99acbc0fb28de2bc4b74d6bde2caace18bfa62e9 Mon Sep 17 00:00:00 2001 From: Sofiane Haddad Date: Thu, 13 Apr 2023 09:15:38 +0200 Subject: [PATCH] Fix & cosmetics (#4) * Using matplotlib <= 3.7 to avoid error on github * update date --- .github/workflows/build.yml | 2 +- doc/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53c3b91..3564571 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: - name: Build shell: bash -l {0} run: | - conda install -y openturns numpy pytest numpydoc sphinx sphinx-gallery sphinx_rtd_theme pandoc flake8 + conda install -y openturns numpy pytest numpydoc sphinx sphinx-gallery sphinx_rtd_theme pandoc flake8 "matplotlib<3.7" flake8 --max-line-length=120 python setup.py install pytest diff --git a/doc/conf.py b/doc/conf.py index b9731d2..30b2b25 100755 --- a/doc/conf.py +++ b/doc/conf.py @@ -91,7 +91,7 @@ # General information about the project. project = u"ottemplate" -copyright = u"2005-2022 Airbus-EDF-IMACS-ONERA-Phimeca" +copyright = u"2005-2023 Airbus-EDF-IMACS-ONERA-Phimeca" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents.