mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 13:49:41 +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
|
- black --check src tests setup.py
|
||||||
- flake8
|
- 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
|
kind: pipeline
|
||||||
name: publish
|
name: publish
|
||||||
|
|
|
||||||
0
docs/_static/.gitkeep
vendored
Normal file
0
docs/_static/.gitkeep
vendored
Normal file
|
|
@ -1,7 +1,8 @@
|
||||||
Humulus
|
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/
|
.. _Flask: http://couchdb.apache.org/
|
||||||
.. _CouchDB: http://flask.pocoo.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
|
contributing
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
|
||||||
------------------
|
|
||||||
|
|
||||||
* :ref:`genindex`
|
|
||||||
* :ref:`modindex`
|
|
||||||
* :ref:`search`
|
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,5 @@ black
|
||||||
flake8
|
flake8
|
||||||
sphinx-click
|
sphinx-click
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
|
doc8
|
||||||
-e .
|
-e .
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue