mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 12:39:42 +00:00
Add doc8 linting
This commit is contained in:
parent
99c0eb8806
commit
6fa2752fcb
4 changed files with 16 additions and 10 deletions
13
.drone.yml
13
.drone.yml
|
|
@ -30,6 +30,19 @@ steps:
|
|||
- black --check src tests setup.py
|
||||
- flake8
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: docs
|
||||
|
||||
steps:
|
||||
- name: tests
|
||||
image: python:3.6
|
||||
commands:
|
||||
# Install pre-requisites
|
||||
- pip install -r requirements-dev.txt
|
||||
# Perform linting
|
||||
- doc8 docs --ignore-path docs/_build
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: publish
|
||||
|
|
|
|||
0
docs/_static/.gitkeep
vendored
Normal file
0
docs/_static/.gitkeep
vendored
Normal file
|
|
@ -1,7 +1,8 @@
|
|||
Humulus
|
||||
=======
|
||||
|
||||
Humulus is an open-source homebrew beer recipe webapp built using Flask_ and CouchDB_.
|
||||
Humulus is an open-source homebrew beer recipe webapp built using Flask_ and
|
||||
CouchDB_.
|
||||
|
||||
.. _Flask: http://couchdb.apache.org/
|
||||
.. _CouchDB: http://flask.pocoo.org/
|
||||
|
|
@ -15,15 +16,6 @@ Humulus is an open-source homebrew beer recipe webapp built using Flask_ and Cou
|
|||
contributing
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
------------------
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@ black
|
|||
flake8
|
||||
sphinx-click
|
||||
sphinx_rtd_theme
|
||||
doc8
|
||||
-e .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue