Skip to content

Commit

Permalink
Change 'doc' to 'docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Dowrick committed Aug 3, 2020
1 parent 3603b7d commit 266cab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

packages=find_packages(
exclude=[
'doc',
'docs',
'tests',
]
),
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ commands=pylint --rcfile=tests/pylintrc sksurgerycore tests

[testenv:docs]
basepython=python3.6
changedir = doc
changedir = docs
commands = sphinx-build -M html . build

[testenv:installer]
Expand Down

0 comments on commit 266cab1

Please sign in to comment.