Skip to content

Commit

Permalink
added comment in travis script and fixed readme concerning the doc ge…
Browse files Browse the repository at this point in the history
…neration
  • Loading branch information
smarie committed Nov 7, 2018
1 parent bc9f81b commit f4d45fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python:
# - "3.5-dev" # 3.5 development branch
- "3.6"
# - "3.6-dev" # 3.6 development branch
# - "3.7"
# - "3.7" NOT AVAILABLE ON TRAVIS YET..
# - "3.7-dev" # 3.7 development branch
# - "nightly" # currently points to 3.7-dev
# PyPy versions
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pip install -r ci_tools/requirements-setup.txt
This project uses `mkdocs` to generate its documentation page. Therefore building a local copy of the doc page may be done using:

```bash
mkdocs build
mkdocs build -f docs/mkdocs.yml
```

You may need to install requirements for doc beforehand, using
Expand Down

0 comments on commit f4d45fa

Please sign in to comment.