Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down