diff --git a/.github/workflows/sphinx_docs.yml b/.github/workflows/sphinx_docs.yml index 6f63d52..bf5a93a 100644 --- a/.github/workflows/sphinx_docs.yml +++ b/.github/workflows/sphinx_docs.yml @@ -18,11 +18,12 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.x' # Set this to the Python version you use + python-version: '3.10' # Set this to the Python version you use - name: Install dependencies run: | pip install sphinx + pip install sphinx_rtd_theme # Add any other dependencies here - name: Build Sphinx Documentation