Skip to content

Commit

Permalink
Merge pull request #269 from jGaboardi/readthedocs_update
Browse files Browse the repository at this point in the history
3.5 --> 3.7 readthedocs
  • Loading branch information
jGaboardi committed May 12, 2019
2 parents 1d64f42 + 0c6b1aa commit 043985b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
6 changes: 5 additions & 1 deletion doc/_static/pysal-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,8 @@
.label {
color: #222222;
font-size: 100%;
}
}

div.body {
max-width: 1080px;
}
22 changes: 17 additions & 5 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

python:
version: 3.5
setup_py_install: true
pip_install: true
version: 3.7
install:
- requirements: requirements.txt
- method: pip
path: .
extra_requirements:
- tests
- docs
- tests
- docs

0 comments on commit 043985b

Please sign in to comment.