1
0
Fork 0
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:
Emma 2019-07-26 08:31:39 -06:00
parent 99c0eb8806
commit 6fa2752fcb
No known key found for this signature in database
GPG key ID: 68434BFE85360755
4 changed files with 16 additions and 10 deletions

View file

@ -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
View file

View 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
-------

View file

@ -5,4 +5,5 @@ black
flake8
sphinx-click
sphinx_rtd_theme
doc8
-e .