Skip to content
Snippets Groups Projects

Release 6.0.1

Merged Henrik tom Wörden requested to merge release-6.0.1 into main
3 files
+ 11
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
2
@@ -28,7 +28,7 @@ author = 'Daniel Hornung'
# The short X.Y version
version = '6.0'
# The full version, including alpha/beta/rc tags
release = '6.0.0'
release = '6.0.1'
# -- General configuration ---------------------------------------------------
@@ -46,7 +46,7 @@ extensions = [
'sphinx.ext.todo',
"sphinx.ext.autodoc",
"recommonmark", # For markdown files.
# 'autoapi.extension',
# 'autoapi.extension',
# 'sphinx.ext.intersphinx',
# 'sphinx.ext.napoleon', # For Google style docstrings
"sphinx_rtd_theme",
Loading