diff --git a/README.rst b/README.rst index 01a1128..d696cda 100644 --- a/README.rst +++ b/README.rst @@ -10,4 +10,4 @@ customer management at `Jan Dittberner IT-Consulting & -Solutions Read the :doc:`Installation instructions ` to get started locally. -The project page for gvafile is at http://dev.gnuviech-server.de/gvamysql. +The project page for gvafile is at http://git.dittberner.info/gnuviech/gvamysql. diff --git a/docs/changelog.rst b/docs/changelog.rst index 1c2df48..279fe13 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,7 @@ Changelog ========= +* :release:`0.2.0 <2020-04-10>` * :support:`-` add Docker setup for lightweight local testing * :support:`-` update Vagrant setup to libvirt and Debian Buster * :support:`-` move mysqltasks to top level to keep the task names when diff --git a/docs/conf.py b/docs/conf.py index 061180e..a1b4b34 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,6 +25,7 @@ os.environ["GVAMYSQL_DBADMIN_HOST"] = "localhost" os.environ["GVAMYSQL_DBADMIN_PORT"] = "3306" os.environ["GVAMYSQL_DBADMIN_USER"] = "gvamysql" os.environ["GVAMYSQL_DBADMIN_PASSWORD"] = "sUp3rS3cr3t" +os.environ['GVAMYSQL_RESULTS_REDIS_URL'] = 'redis://' # -- General configuration -----------------------------------------------------