We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88212bd commit 80f2579Copy full SHA for 80f2579
.travis.yml
@@ -12,7 +12,7 @@ python:
12
# - "3.5-dev" # 3.5 development branch
13
- "3.6"
14
# - "3.6-dev" # 3.6 development branch
15
-# - "3.7"
+# - "3.7" NOT AVAILABLE ON TRAVIS YET..
16
# - "3.7-dev" # 3.7 development branch
17
# - "nightly" # currently points to 3.7-dev
18
# PyPy versions
README.md
@@ -45,7 +45,7 @@ pip install -r ci_tools/requirements-setup.txt
45
This project uses `mkdocs` to generate its documentation page. Therefore building a local copy of the doc page may be done using:
46
47
```bash
48
-mkdocs build
+mkdocs build -f docs/mkdocs.yml
49
```
50
51
You may need to install requirements for doc beforehand, using
0 commit comments