diff --git a/docs/conf.py b/docs/conf.py index 4a51172..c49d562 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.1.0' +release = '0.7.11' # -- General configuration --------------------------------------------------- @@ -42,7 +42,7 @@ 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', 'sphinx.ext.githubpages', - 'sphinx.ext.napoleon' + 'sphinx.ext.napoleon' ] # Add any paths that contain templates here, relative to this directory. @@ -168,4 +168,4 @@ #Custom css to the documentation def setup(app): - app.add_css_file('css/custom.css') \ No newline at end of file + app.add_css_file('css/custom.css')