We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7efb74e commit 5f3ce3fCopy full SHA for 5f3ce3f
docs/requirements.txt
@@ -1,6 +1,5 @@
1
-r ../requirements.txt
2
sphinx>=1.5,<2.0
3
sphinx-click>=1.0,<2.0
4
-click-man>=0.2,<0.3
5
reno>=2.0,<3.0
6
sphinx_rtd_theme==0.3.1
tox.ini
@@ -47,9 +47,9 @@ commands =
47
48
[testenv:man]
49
deps =
50
- -r{toxinidir}/docs/requirements.txt
+ click-man~=0.3.0
51
commands =
52
- python setup.py --command-packages=click_man.commands man_pages
+ click-man git-pw
53
54
[flake8]
55
show-source = true
0 commit comments