Skip to content

Commit

Permalink
[docs] remove py311 envlist from tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden committed Feb 19, 2025
1 parent f559cf6 commit c0cb400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ mdx_copy:
cp -rf sphinx/_build/mdx/sections/api/apidocs/* docs/api/python-api/

sphinx_objects_inv:
@echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
@echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
@echo "DEPRECATED - use \`yarn build-api-docs\`"
@echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
@echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
tox -e sphinx
cp sphinx/_build/json/objects.inv static/.

Expand Down
1 change: 0 additions & 1 deletion docs/tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tox]
skipsdist = True
envlist = py311

[testenv]
download = True
Expand Down

0 comments on commit c0cb400

Please # to comment.