1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 19:39:43 +00:00

Compare commits

...

3 commits

Author SHA1 Message Date
99c0eb8806 Updates 2019-07-24 15:02:07 -06:00
c4fd6e377c Remove unused extensions 2019-07-24 14:55:27 -06:00
4c5ee31020 Add badges 2019-07-24 14:46:33 -06:00
3 changed files with 18 additions and 1 deletions

7
.readthedocs.yml Normal file
View file

@ -0,0 +1,7 @@
version: 2
sphinx:
configuration: docs/conf.py
python:
version: 3.6

View file

@ -6,6 +6,14 @@
:target: https://codecov.io/gh/shouptech/humulus
:alt: Code Coverage
.. image:: https://readthedocs.org/projects/humulus/badge/?version=latest
:target: https://humulus.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://badge.fury.io/py/humulus.svg
:target: https://badge.fury.io/py/humulus
:alt: PyPi version
Humulus
=======

View file

@ -30,7 +30,7 @@ release = "0.1"
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["sphinx.ext.autodoc", "sphinx_click.ext"]
extensions = []
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
@ -40,6 +40,8 @@ templates_path = ["_templates"]
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
# Master document
master_doc = "index"
# -- Options for HTML output -------------------------------------------------