From 487bd43aab798343df81e915a4e686c76340f9be Mon Sep 17 00:00:00 2001 From: Ondrej Nosek Date: Apr 01 2020 11:26:32 +0000 Subject: Updated supported plaforms in documentation Signed-off-by: Ondrej Nosek --- diff --git a/doc/source/conf.py b/doc/source/conf.py index 0f99571..6aef0ca 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -31,7 +31,10 @@ sys.path.insert(0, os.path.abspath('.')) # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['sphinx.ext.autodoc'] +extensions = [ + 'sphinx.ext.autodoc', + 'sphinx_rtd_theme', +] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] diff --git a/doc/source/releases/1.60.rst b/doc/source/releases/1.60.rst index 3736dc2..098b45d 100644 --- a/doc/source/releases/1.60.rst +++ b/doc/source/releases/1.60.rst @@ -8,7 +8,7 @@ Released on *March 17, 2020* Python compatibility -------------------- -rpkg works with Python 2.6, 2.7, 3.6 and 3.7. +rpkg works with Python 2.6, 2.7, 3.6, 3.7 and 3.8. What's new in rpkg 1.60 -----------------------