Skip to content

Commit 80f2579

Browse files
committed
added comment in travis script and fixed readme concerning the doc generation
1 parent 88212bd commit 80f2579

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python:
1212
# - "3.5-dev" # 3.5 development branch
1313
- "3.6"
1414
# - "3.6-dev" # 3.6 development branch
15-
# - "3.7"
15+
# - "3.7" NOT AVAILABLE ON TRAVIS YET..
1616
# - "3.7-dev" # 3.7 development branch
1717
# - "nightly" # currently points to 3.7-dev
1818
# PyPy versions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pip install -r ci_tools/requirements-setup.txt
4545
This project uses `mkdocs` to generate its documentation page. Therefore building a local copy of the doc page may be done using:
4646

4747
```bash
48-
mkdocs build
48+
mkdocs build -f docs/mkdocs.yml
4949
```
5050

5151
You may need to install requirements for doc beforehand, using

0 commit comments

Comments
 (0)