diff --git a/CHANGES b/CHANGES index 47ab71f..889d4a3 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,7 @@ Changes ======= -0.4.0 (*unreleased*) +0.4.0 (*2019-05-27*) ==================== - fix reading cached toctree data diff --git a/README.md b/README.md index a8ba8c0..e5f08f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ 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/) +See it in action on Press Theme own [website](https://schettino72.github.io/sphinx_press_site/) This theme is based on [VuePress](https://vuepress.vuejs.org/). @@ -8,7 +8,7 @@ It uses [Vue.js](https://vuejs.org/) & [Stylus](http://stylus-lang.com/) managed [webpack](https://webpack.js.org/) (through [vue-cli](https://cli.vuejs.org/)). -**Press** theme is still in **BETA**, some core Sphinx features still not available. +**Press** theme is still in **BETA**. Contributions are welcome. ## Usage diff --git a/docs/source/about.rst b/docs/source/about.rst index 322cd6a..db1e995 100644 --- a/docs/source/about.rst +++ b/docs/source/about.rst @@ -37,7 +37,6 @@ See details on `Sphinx theming docs `_ - `Crudcast `_ - `Friendly ML Tutorial `_ - `Kube Control `_ diff --git a/setup.py b/setup.py index 2296006..9053ff6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='sphinx_press_theme', - version='0.4.dev0', + version='0.4.0', url='https://schettino72.github.io/sphinx_press_site/', license='MIT', author='Eduardo Naufel Schettino ', diff --git a/sphinx_press_theme/__init__.py b/sphinx_press_theme/__init__.py index b9f2e25..e400326 100644 --- a/sphinx_press_theme/__init__.py +++ b/sphinx_press_theme/__init__.py @@ -5,7 +5,7 @@ from sphinx import addnodes from sphinx.util.osutil import relative_uri -__version__ = (0, 3, 0) +__version__ = (0, 4, 0) class SimpleTocTreeCollector(EnvironmentCollector): diff --git a/sphinx_press_theme/layout.html b/sphinx_press_theme/layout.html index 62903a3..d2857e5 100644 --- a/sphinx_press_theme/layout.html +++ b/sphinx_press_theme/layout.html @@ -38,7 +38,8 @@ {%- block extrahead %} {% endblock %} -
+ +
{%- block container %} {%- block header %}{%- include "util/navbar.html" %}{% endblock %} @@ -83,5 +84,8 @@ {%- endblock container %} -
+
+ {% block footer_scripts %} + {% endblock %} +