Skip to content

Commit

Permalink
Revert "🧪 Add extras to docs building tox envs"
Browse files Browse the repository at this point in the history
This reverts commit 275a4d2.
  • Loading branch information
webknjaz committed Nov 4, 2024
1 parent 275a4d2 commit e29771d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ commands_post =
\N\{QUOTATION MARK\}\{docs_dir\}\N\{QUOTATION MARK\} 0\n")'
deps =
-r{toxinidir}{/}dependencies{/}direct{/}{envname}.in
extras = {[testenv]extras}
pass_env =
{[testenv]pass_env}
READTHEDOCS* # Present @ RTD
Expand Down Expand Up @@ -439,7 +438,6 @@ commands_post =
gh_summary_fd.close()'
deps =
-r{toxinidir}{/}dependencies{/}direct{/}{envname}.in
extras = {[testenv:build-docs]extras}
pass_env =
{[testenv:build-docs]pass_env}

Expand Down Expand Up @@ -490,7 +488,6 @@ commands_post =
gh_summary_fd.close()'
deps =
-r{toxinidir}{/}dependencies{/}direct{/}{envname}.in
extras = {[testenv:build-docs]extras}
pass_env =
{[testenv:build-docs]pass_env}

Expand Down Expand Up @@ -544,7 +541,6 @@ commands_post =
gh_summary_fd.close()'
deps =
-rdependencies{/}direct{/}{envname}.in
extras = {[testenv:build-docs]extras}
pass_env =
{[testenv:build-docs]pass_env}

Expand Down Expand Up @@ -581,7 +577,6 @@ commands =
commands_post =
deps =
-rdependencies{/}direct{/}{envname}.in
extras = {[testenv:build-docs]extras}
pass_env =
{[testenv:build-docs]pass_env}

Expand Down

0 comments on commit e29771d

Please sign in to comment.