From 1dd44d24319a1efcde7322885809164c87938236 Mon Sep 17 00:00:00 2001 From: Jonas Lindemann Date: Wed, 17 Apr 2024 16:57:25 +0200 Subject: [PATCH 1/2] Update requirements.txt --- docs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7c3e4d5..6cceae1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,6 +3,6 @@ PyQt5 pyvtk calfem-python ipython_genutils==0.1.0 -sphinx==4.0.2 -nbsphinx==0.8.6 +sphinx==6.1 +nbsphinx==0.9.3 sphinx-material From d29e490097766b8a5dfc4b43e8ebe0988d2b299e Mon Sep 17 00:00:00 2001 From: Jonas Lindemann Date: Wed, 17 Apr 2024 17:01:37 +0200 Subject: [PATCH 2/2] Update conf.py --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ef06dfd..7cea451 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -52,7 +52,7 @@ # General information about the project. project = 'CALFEM for Python' -copyright = '2016-2022, Jonas Lindemann' +copyright = '2016-2024, Jonas Lindemann' author = 'Jonas Lindemann et al' # The version info for the project you're documenting, acts as replacement for @@ -62,7 +62,7 @@ # The short X.Y version. version = '3.6' # The full version, including alpha/beta/rc tags. -release = '3.6.3' +release = '3.6.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.