diff --git a/docs/conf.py b/docs/conf.py index 9bde80f22451956e468d151068e68d8cfd6f48c6..07032acd2f9866adecbe48438be2dbf59082ac72 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,4 @@ -from docs_conf import * +from docs_conf.conf import * linkcheck_ignore = [ 'http://localhost.*', diff --git a/tox.ini b/tox.ini index 26cfed72186c2f5a9a8ad9a27c0af6c6d5e8800f..80839a28d3ffb0bd2f7b885d22000021e73c8805 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ================================================================================== + [tox] envlist = docs,docs-linkcheck minversion = 2.0