Skip to content

Commit

Permalink
pin autoapi to compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Oct 9, 2023
1 parent fdc19e7 commit 8d01fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cd /tmp/cookie_python/foo3
python -c "import tests"
python -m pip install .[dev]
make -C docs html
# make -C docs html
- name: upload generated projects
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies = [ "rich", "packaging" , "typer"]
[project.optional-dependencies]
# myst current require sphinx<6
docs = ["sphinx<6",
"sphinx-autoapi",
"sphinx-autoapi<3",
"myst-nb",
"furo"]
dev = [
Expand Down

0 comments on commit 8d01fa0

Please sign in to comment.