add 3.8 to pipelines

This commit is contained in:
David Lord 2019-11-18 18:57:43 -08:00
parent 33d9f9fa08
commit 824e548036
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 29 additions and 31 deletions

View file

@ -164,6 +164,7 @@ Building the docs
Build the docs in the ``docs`` directory using Sphinx::
cd docs
pip install -r requirements.txt
make html
Open ``_build/html/index.html`` in your browser to view the docs.