1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 20:59:41 +00:00

Compare commits

..

No commits in common. "99c0eb8806c35ee84676d758eff5d9c836a2473b" and "ea49a6e972cd383b282c32b32769a1eded065a80" have entirely different histories.

3 changed files with 1 additions and 18 deletions

View file

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

View file

@ -6,14 +6,6 @@
: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 = []
extensions = ["sphinx.ext.autodoc", "sphinx_click.ext"]
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
@ -40,8 +40,6 @@ 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 -------------------------------------------------