From 0fd1e1f27599936a5d5f88452fee5ecc19546081 Mon Sep 17 00:00:00 2001 From: justin-h-loi Date: Tue, 8 Aug 2023 11:05:56 -0400 Subject: [PATCH] Remove old installs and attempt at doc test fix --- .github/workflows/.travis.yml | 6 +----- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/.travis.yml b/.github/workflows/.travis.yml index 018ea5f..662a4b4 100644 --- a/.github/workflows/.travis.yml +++ b/.github/workflows/.travis.yml @@ -14,11 +14,7 @@ jobs: RUN_INTEGRATION_TESTS: ${{ matrix.test_number}} steps: - uses: actions/checkout@v2 - - run: pip uninstall -y six - - run: pip install six>=1.11.0 - - run: pip install "more_itertools<=7.2.0" - - run: pip install "tox<=3.14.1" - - run: pip install "PyYAML<=5.2" + - run: pip install "tox" - run: pip install bandit - run: pip install codecov - run: pip install slugs diff --git a/docs/source/conf.py b/docs/source/conf.py index 37e9038..3e713e2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -64,7 +64,7 @@ release = u'0.8.dev' # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = 'en' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.