From 7439f3b830c847c0823f7491425089c258957c5b Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 4 Sep 2018 21:11:07 -0700 Subject: [PATCH] Fix Sphinx build warnings WARNING: Title underline too short. WARNING: Title overline too short. --- docs/api.rst | 2 +- docs/changelog.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index fe7059ba83..f256c0b4d2 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -34,7 +34,7 @@ TaskSequence class :members: locust, parent, min_wait, max_wait, wait_function, client, tasks, interrupt, schedule_task seq_task decorator -============== +================== .. autofunction:: locust.core.seq_task diff --git a/docs/changelog.rst b/docs/changelog.rst index 7040b16ca8..6f6ceb14e7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,12 +1,12 @@ -########## +#################### Changelog Highlights -########## +#################### For full details of the Locust changelog, please see https://github.com/locustio/locust/CHANGELOG.md 0.9.0 -==== +===== * Added detailed changelog (https://github.com/locustio/locust/CHANGELOG.md) * Numerous bugfixes (see detailed changelog)