File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v1
10- - uses : PennyLaneAI/sphinx-action@3.9
10+ - uses : PennyLaneAI/sphinx-action@master
1111 with :
1212 docs-folder : " doc/"
1313 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ python:
1212build :
1313 os : ubuntu-22.04
1414 tools :
15- python : " 3.9 "
15+ python : " 3.10 "
1616 apt_packages :
1717 - graphviz
Original file line number Diff line number Diff line change 2525# -- General configuration ------------------------------------------------
2626
2727# If your documentation needs a minimal Sphinx version, state it here.
28- needs_sphinx = '1.6 '
28+ needs_sphinx = '8.1 '
2929
3030# Add any Sphinx extension module names here, as strings. They can be
3131# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Original file line number Diff line number Diff line change 11jinja2 == 3.0.3
2- sphinx ~= 3.5.0 ; python_version < "3.10"
3- sphinx == 4.2 ; python_version == "3.10"
2+ sphinx == 8.1
43docutils == 0.16
54sphinxcontrib-applehelp == 1.0.4
65sphinxcontrib-bibtex == 2.4.2
You can’t perform that action at this time.
0 commit comments