Skip to content

Commit b7777a1

Browse files
committed
Documentation update.
1 parent fac23f0 commit b7777a1

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.readthedocs.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
build:
2-
image: latest
1+
version: 2
32

43
python:
5-
version: 3.6
6-
pip_install: true
7-
extra_requirements:
8-
- docs
4+
install:
5+
- path: .
6+
extra_requirements:
7+
- docs

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ all: check
33

44
check:
55
python3 setup.py $@ -ms
6-
black -q .
6+
black -q --$@ .
77
flake8
88
pytest-2.7 --cov
99
pytest --cov --cov-append --cov-fail-under=100

docs/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.. waiter documentation master file, created by sphinx-quickstart.
1+
.. multimethod documentation master file, created by sphinx-quickstart.
22
You can adapt this file completely to your liking, but it should at least
33
contain the root `toctree` directive.
44
5-
Welcome to waiter's documentation.
6-
==================================
5+
Welcome to multimethod's documentation.
6+
=======================================
77

88
.. toctree::
99
:maxdepth: 2

0 commit comments

Comments
 (0)