Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit105896f

Browse files
author
Gauvain Pocentek
committed
add a tox target to build docs
1 parent82a88a7 commit105896f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

‎.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ dist/
44
MANIFEST
55
.*.swp
66
*.egg-info
7-
.idea/
7+
.idea/
8+
docs/_build

‎test-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
hacking>=0.9.2,<0.10
2+
sphinx>=1.1.2,!=1.2.0,<1.3

‎tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ commands = {posargs}
2323
[flake8]
2424
exclude = .git,.venv,.tox,dist,doc,*egg,build,
2525
ignore = H501
26+
27+
[testenv:docs]
28+
commands = python setup.py build_sphinx

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp