diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0437a577..8f80a9b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.8", "3.9", "3.10"] + python-version: [ "3.8", "3.9", "3.10", "3.11"] runs-on: [ubuntu-latest, macos-latest, windows-latest] steps: diff --git a/docs/sphinx/source/api/Installation.md b/docs/sphinx/source/api/Installation.md index 91209430..81004657 100644 --- a/docs/sphinx/source/api/Installation.md +++ b/docs/sphinx/source/api/Installation.md @@ -123,6 +123,7 @@ make clean make html ``` + ### 7) Change directory into html folder and run the documentation offline ``` # for Windows go into build\html folder and double click on the index.html file, or: