Skip to content

Commit 5975727

Browse files
committed
fix make error on ci.rst and tests.rst
1 parent 411599c commit 5975727

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/scenarios/ci.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Continuous Integration
44
.. image:: https://farm5.staticflickr.com/4173/33907150594_9abba7ad0a_k_d.jpg
55

66
.. note::
7-
For advice on writing your tests, see :doc:`writing/tests`.
7+
For advice on writing your tests, see :doc:`/writing/tests`.
88

99
Why?
1010
----

docs/writing/tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ minimal example of each bug (distinguished exception type and location):
211211
mean = sum(xs) / len(xs)
212212
assert min(xs) <= mean(xs) <= max(xs)
213213
214-
.. code-block::
214+
.. code-block:: none
215215
216216
Falsifying example: test_mean(
217217
xs=[1.7976321109618856e+308, 6.102390043022755e+303]

0 commit comments

Comments
 (0)