Commit dba6ff82 authored by L.S. Cook's avatar L.S. Cook Committed by Scott Cyphers

Public documentation version release info updated and confirmed (#1458)

that doc build and all extensions work on 4k debian variants
parent 3fd2743f
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
*.dylib *.dylib
*.dll *.dll
*.db
# Fortran module files # Fortran module files
*.mod *.mod
......
...@@ -37,6 +37,7 @@ extensions = [ ...@@ -37,6 +37,7 @@ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
'sphinx.ext.autosummary', 'sphinx.ext.autosummary',
'sphinx.ext.mathjax', 'sphinx.ext.mathjax',
# 'sphinx.ext.numpy',
'sphinx.ext.ifconfig', 'sphinx.ext.ifconfig',
'sphinx.ext.viewcode', 'sphinx.ext.viewcode',
'breathe', 'breathe',
...@@ -68,9 +69,9 @@ author = 'Intel Corporation' ...@@ -68,9 +69,9 @@ author = 'Intel Corporation'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.5' version = '0.6'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.5.0' release = '0.6.0'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment