- Jul 30, 2019
-
-
Stephen Finucane authored
Change-Id: Ie9a8fd1950495b98037bce571af517700e849199 Signed-off-by: Stephen Finucane <stephen@that.guru>
-
Stephen Finucane authored
The function is called 'main'. Unfortunately so is the module. Use the correct thing. Change-Id: I41d6911938f00f3721f20ed5a34516dcba2356be Signed-off-by: Stephen Finucane <stephen@that.guru> Fixes: da73059d ("Allow doc8 to be called as a module") Closes: #14
-
- Jul 27, 2019
-
-
Sorin Sbarnea authored
Add pre-commit hook definition
-
Sorin Sbarnea authored
Fix travis
-
Sorin Sbarnea authored
- Assures Travis CI is passing - Updates outdated options - all current tox envs are tested
-
Sorin Sbarnea authored
Fixed tox docs
-
Sorin Sbarnea authored
* Added missing pbr requirement for docs * Removed HACKING.rst file
-
Sorin Sbarnea authored
Allows user to add doc8 as a pre-commit hook.
-
- Jul 26, 2019
-
-
Sorin Sbarnea authored
Update doc8 post move to PyCQA
-
Sorin Sbarnea authored
Add Pygments to the requirements list
-
Sorin Sbarnea authored
Allow doc8 to be called as a module
-
- Jul 24, 2019
-
-
Stephen Finucane authored
Add a '__main__.py' file, which will allow us to call 'doc8' like so: $ python -m doc8 Some noise is removed from the 'main.py' module. Change-Id: I6c9b2e13085c20de755d708af3ff7d047be4befd Signed-off-by: Stephen Finucane <stephen@that.guru>
-
Stephen Finucane authored
We can't rely on the OpenStack gate and zuul anymore, so fall back to the next best thing. Change-Id: Iaf4f05e946dbcdc1b04f0c5c48d7f087d7583c1c Signed-off-by: Stephen Finucane <stephen@that.guru>
-
Stephen Finucane authored
Resolve the issues it highlights. Change-Id: I2e3d3b916cd45dfe853480641adfcef6b8557515 Signed-off-by: Stephen Finucane <stephen@that.guru>
-
Stephen Finucane authored
Change-Id: I6308e658e387befc7f26334b388ca869b35531ba Signed-off-by: Stephen Finucane <stephen@that.guru>
-
Stephen Finucane authored
Stop relying on pbr's deprecated 'build_sphinx' feature. Change-Id: I7f06ebfb86146ee978fe781d540cad62aeb5a8b1 Signed-off-by: Stephen Finucane <stephen@that.guru>
-
Stephen Finucane authored
Remove some unused files and tox targets. Change-Id: I816765fcab3854eedd6b3d7419962c37760a4fe3 Signed-off-by: Stephen Finucane <stephen@that.guru>
-
Stephen Finucane authored
Change-Id: Ibd1c2d0b5c2e3d753bd5c7d5171ed1e3ae734300 Signed-off-by: Stephen Finucane <stephen@that.guru>
-
Stephen Finucane authored
Change-Id: I1001206ddedf7c89d42ebedfbf05b8eb7c7b52ec Signed-off-by: Stephen Finucane <stephen@that.guru>
-
Stephen Finucane authored
Change-Id: I73e2126b1e69a17c8dafe3dd60baccb70b287df2 Signed-off-by: Stephen Finucane <stephen@that.guru>
-
- Jan 24, 2018
-
-
Monty Taylor authored
If you run doc8 on a sphinx source dir without sphinx installed and if the source dir has code blocks, doc8 will throw D000 Cannot analyze code. Pygments package not found. This shows up in minimized virtualenvs. It turns out you don't need sphinx or the project in question installed to run doc8. Change-Id: I49e3aee5b592a24e5195dce8205eb9b33c392256
-
- Mar 21, 2017
-
-
Jenkins authored
- Mar 15, 2017
-
-
Julien Danjou authored
The filenames are actually relative in validate(), so nothing matches otherwise. Change-Id: Ie9c3d2f0592817e893125f7725e9cd5e9037a942
-
Julien Danjou authored
The `parse_ignore_path_errors' function expects a list of paths, not an individual path. Change-Id: Icc8a4721b38776d8268c731ea5b624a3e4a3b2a9
-
- Jan 15, 2017
-
-
Ned Batchelder authored
Change-Id: I5cd7f72694d525420a46e5ec2aca1b394bbf7b90
-
- Dec 15, 2016
-
-
Andreas Jaeger authored
Master is running on xenial now which tests python35, so change default target to py35 in tox.ini. Change-Id: Idf8672922a5508da841f7355c95b50a221416c0c
-
- Jan 29, 2016
-
- Jan 26, 2016
-
-
KATO Tomoyuki authored
Change-Id: Ieb272e506034eac7129c24ee0e0fbc40b55d11b1 Closes-Bug: #1533238
-
Jenkins authored
-
- Jan 25, 2016
- Jan 20, 2016
-
-
Andreas Jaeger authored
argparse was external in python 2.6 but not anymore, remove it from requirements. This should help with pip 8.0 that gets confused in this situation. Installation of the external argparse is not needed. Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
-
- Jan 07, 2016
-
-
reedip authored
Python 3.3/Python 2.6 is not supported from Mitaka, as per Infra. The following patch removes the support for the same. Change-Id: Ibb91e89abf0277466b28d2df74f89e46c04b5d42 Closes-Bug: #1526170
-
- Dec 23, 2015
-
-
Doug Hellmann authored
OpenStack projects are no longer being tested under Python 2.6, so remove the trove classifier implying that this project supports 2.6. Change-Id: I02274f05179c68c828bee67e95cf50143f95e7fa
-
- Dec 22, 2015
-
-
Janonymous authored
To solve the problem of "db type could not be determined" on py34 we have to run first the py34 env to, then, run py27. This patch puts py34 first on the tox.ini list of envs to avoid this problem to happen. Change-Id: Ic4850e0dde4080e0faceb78665e11558eb4f72ba Closes-bug: #1489059
-
- Dec 11, 2015
-
-
Ondřej Nový authored
Caching is enabled by default from pip version 6.0 More info: https://testrun.org/tox/latest/config.html#confval-downloadcache=path https://pip.pypa.io/en/stable/reference/pip_install/#caching Change-Id: Id9cb6a024049932501c41b393ce9cf9ad7c2cc86
-
- Nov 23, 2015
-
-
venkatamahesh authored
The doc8 bugs launchpad url is added. And the sphinx documentation path is corrected to doc/build Change-Id: Ia5dc6b2490d2421549bf9206a1e21aa379137c02
-