diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ef993c398..34798d9d0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: run: python -m pip install poetry - name: poetry build run: poetry build - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: poetry_build path: dist/ @@ -33,7 +33,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: 3.9 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: poetry_build path: dist/ diff --git a/README.rst b/README.rst index dc3fb7558..7546bde52 100644 --- a/README.rst +++ b/README.rst @@ -86,8 +86,6 @@ For final activation, please add `sphinx_needs` to the project's extension list extensions = ["sphinx_needs",] -For the full configuration, please read :ref:`config`. - .. note:: Prior version **1.0.1** the extensions was called ``sphinxcontrib.needs``.