Skip to content

Commit

Permalink
tweaking version
Browse files Browse the repository at this point in the history
  • Loading branch information
bdoolittle committed Jul 25, 2024
1 parent f310365 commit 8437b1c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
with:
python-version: 3.11
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
build-command: "sphinx-build -b html docs/source/ docs/build/html"
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
sphinx>=7.4
Pygments>=2.7.4
sphinx-mdinclude>=0.6
sphinxcontrib-email==0.3.5
sphinxcontrib-email==0.3.6
furo
pennylane==0.37
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers =
package_dir =
= src
packages = find:
python_requires = >=3.9
python_requires = >=3.8
install_requires =
pennylane==0.37

Expand Down

0 comments on commit 8437b1c

Please sign in to comment.