Merge pull request #2541 from nsiregar/#2535_update_pycharm_instruction
update pycharm instructions
This commit is contained in:
commit
54f3d2131d
3 changed files with 39 additions and 29 deletions
4
tox.ini
4
tox.ini
|
|
@ -40,11 +40,11 @@ commands =
|
|||
|
||||
[testenv:docs-html]
|
||||
deps = sphinx
|
||||
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
|
||||
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
|
||||
|
||||
[testenv:docs-linkcheck]
|
||||
deps = sphinx
|
||||
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck
|
||||
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs {envtmpdir}/linkcheck
|
||||
|
||||
[testenv:coverage-report]
|
||||
deps = coverage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue