From 61d61f6e95180b0daa76e1b45121707961d063ce Mon Sep 17 00:00:00 2001 From: Zulko Date: Tue, 1 Oct 2019 22:24:35 +0100 Subject: [PATCH] add 0.5.0 changes. add zulko in authors. update version number in docs --- AUTHORS | 1 + CHANGES | 6 ++++++ README.md | 2 ++ docs/source/conf.py | 2 +- 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 2c4505c..08c06c9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,4 @@ (in chronological order) * Eduardo Schettino - schettino72 gmail com + * Zulko @ Github diff --git a/CHANGES b/CHANGES index 889d4a3..137f221 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,12 @@ Changes ======= +0.5.0 (*2019-10-01*) +===================== + +- new CSS styles to handle Sphinx-specific classes (fixes #26) +- add support for user-provided CSS stylesheets (fixes #25) +- allow support for user-defined external links 0.4.0 (*2019-05-27*) ==================== diff --git a/README.md b/README.md index e5f08f2..d2d6092 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# sphinx_press_theme + A modern responsive theme for python's [Sphinx](http://www.sphinx-doc.org) documentation generator. See it in action on Press Theme own [website](https://schettino72.github.io/sphinx_press_site/) diff --git a/docs/source/conf.py b/docs/source/conf.py index 22e71fe..0dfd0b4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.3.0' +release = '0.5.1' # -- General configuration ---------------------------------------------------