Skip to content

Commit 80d5719

Browse files
author
Scott Sanderson
committed
DOC: Clean up warnings in docs.
1 parent 7493c86 commit 80d5719

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
# Add any paths that contain custom static files (such as style sheets) here,
9393
# relative to this directory. They are copied after the builtin static files,
9494
# so a file named "default.css" will overwrite the builtin "default.css".
95-
html_static_path = ["_static"]
95+
# html_static_path = ["_static"]
9696

9797
# Custom sidebar templates, must be a dictionary that maps document names
9898
# to template names.

docs/errors.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _error-detection:
2+
13
Error Detection
24
---------------
35

docs/index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:mod:`interface` is a library for declaring interfaces and for statically
55
asserting that classes implement those interfaces. It provides stricter
66
semantics than Python's built-in :mod:`abc` module, and it aims to produce
7-
`exceptionally useful error messages`_ when interfaces aren't satisfied.
7+
:ref:`exceptionally useful error messages <error-detection>` when interfaces aren't satisfied.
88

99
:mod:`interface` supports Python 2.7 and Python 3.4+.
1010

@@ -50,5 +50,3 @@ Indices and tables
5050
* :ref:`genindex`
5151
* :ref:`modindex`
5252
* :ref:`search`
53-
54-
.. _`exceptionally useful error messages` : errors.html

0 commit comments

Comments
 (0)