From 6e0179da3a398f0778535ae886de043d38068faa Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 5 Jul 2017 14:37:25 +0200 Subject: [PATCH] Remove genconfig tox target Change-Id: I9e08334bff9d4fc5cc01cf2f4eae26fa7e6e302d --- doc/source/configuration.rst | 7 ------- tox.ini | 3 --- 2 files changed, 10 deletions(-) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index cad5ae00f..3108ed88a 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -33,11 +33,4 @@ The following is a sample Aodh configuration for adaptation and use. It is auto-generated from Aodh when this documentation is built, and can also be viewed in `file form <_static/aodh.conf.sample>`_. -.. note:: - - As a developer, with full development tools, you can create a sample - configuration file from any branch or commit. Just checkout to that - branch or commit, run ``tox -e genconfig``, then `etc/aodh/aodh.conf` - will be generated. - .. literalinclude:: _static/aodh.conf.sample diff --git a/tox.ini b/tox.ini index bb3d2799b..3b1517294 100644 --- a/tox.ini +++ b/tox.ini @@ -53,9 +53,6 @@ commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenote deps = .[doc] commands = sphinx-build -a -E -W -d install-guide/build/doctrees -b html install-guide/source install-guide/build/html -[testenv:genconfig] -commands = aodh-config-generator - [testenv:docs] deps = .[test,doc] commands = python setup.py build_sphinx