diff options
| author | nblock <nblock@users.noreply.github.com> | 2018-10-24 12:52:04 +0200 |
|---|---|---|
| committer | Bernát Gábor <gaborjbernat@gmail.com> | 2018-10-24 11:52:04 +0100 |
| commit | b7b1615a975e9868e9af0d99d9ae6c52948b0125 (patch) | |
| tree | 4a4b35b7cd71c3064f9ea53a79396817a55ba97d /docs/example | |
| parent | 4c03d419fb686975e04cb12405980a579dfb44f4 (diff) | |
| download | tox-git-b7b1615a975e9868e9af0d99d9ae6c52948b0125.tar.gz | |
Documentation fixes (#1070)
Small documentation fixes I stumbled upon while reading the docs.
* Fix indentation of mkdocs section in examples
* Fix documentation output path
* Add myself to contributors
Diffstat (limited to 'docs/example')
| -rw-r--r-- | docs/example/documentation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/example/documentation.rst b/docs/example/documentation.rst index eca8f842..4b25411f 100644 --- a/docs/example/documentation.rst +++ b/docs/example/documentation.rst @@ -30,7 +30,7 @@ Note here we say we also require python 3.7, allowing us to use f-strings within links are correct. mkdocs -====== +------ Define one environment to write/generate the documentation, and another to deploy it. Use the config substitution logic to avoid defining dependencies multiple time: |
